-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 973 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "waterrower",
"version": "0.8.5",
"description": "Talk to your WaterRower!",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "mocha lib/test",
"start": "node ./lib/sample-client/.",
"postinstall": "tsc"
},
"types": "./lib/index.d.ts",
"keywords": [
"exercise",
"row",
"rowing",
"fitness",
"water rower",
"health"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codefoster/waterrower.git"
},
"author": "Jeremy Foster <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@types/chai": "^4",
"@types/lodash": "^4.14.117",
"@types/mocha": "^5",
"@types/node": "^10",
"@types/serialport": "^7",
"all-your-base": "^0.3.0",
"lodash": "^4",
"moment": "^2",
"rxjs": "^5",
"typescript": "^3",
"serialport": "^7"
},
"devDependencies": {
"mocha": "^5",
"chai": "^4"
}
}