-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 856 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
{
"name": "fbt",
"version": "1.0.0",
"description": "fbtrack app",
"main": "index.js",
"scripts": {
"test-coverage": "tape src/**/test.*.js | tap-nyc",
"test": "tape src/**/test.*.js | tap-arc",
"postinstall": "node bin/fbtrack configure"
},
"keywords": [],
"author": "Alex Ramsdell",
"license": "MIT",
"engines": {
"node": "12.x"
},
"engineStrict": true,
"dependencies": {
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"commander": "^9.4.0",
"cors": "^2.8.5",
"date-fns": "^2.8.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^6.0.6",
"fitbit-node": "^2.2.0",
"module-alias": "^2.2.2",
"readline-sync": "^1.4.10",
"sqlite": "^3.0.3",
"tap-arc": "^0.3.5",
"tape-promise": "^4.0.0"
},
"devDependencies": {
"tape": "^4.12.1"
}
}