forked from ptx2/gymnasticon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 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
{
"name": "gymnasticon",
"version": "1.2.0",
"description": "Enables the Flywheel Home Bike to work with Zwift and other training apps.",
"engines": {
"node": ">=12.16.1"
},
"bin": {
"gymnasticon": "./lib/app/cli.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel --delete-dir-on-start src -d lib",
"test": "tape lib/test/**/*.js"
},
"files": [
"/lib"
],
"author": "<ptx2@ptx2.net>",
"license": "MIT",
"dependencies": {
"@abandonware/bleno": "^0.5.1-3",
"@abandonware/noble": "^1.9.2-10",
"ini": "^1.3.8",
"parser-delimiter": "^1.0.2",
"serialport": "^9.0.1",
"gd-ant-plus": "0.0.29",
"yargs": "^15.3.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-parameters": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"eslint": "^6.8.0",
"sinon": "^9.2.0",
"tape": "^5.0.0"
}
}