-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
46
{
"name": "bodytrack-datastore",
"version": "4.3.7",
"description": "A Node.js interface for the BodyTrack Datastore.",
"main": "index.js",
"scripts": {
"test": "cross-env ./node_modules/.bin/mocha --reporter spec",
"api-docs": "./node_modules/.bin/jsdoc index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/BodyTrack/node-bodytrack-datastore.git"
},
"keywords": [
"bodytrack",
"datastore",
"create",
"createlab",
"time series"
],
"author": "Chris Bartley <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/BodyTrack/node-bodytrack-datastore/issues"
},
"homepage": "https://github.com/BodyTrack/node-bodytrack-datastore",
"devDependencies": {
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"jsdoc": "^4.0.3",
"log4js": "^6.9.1",
"mocha": "^10.6.0",
"should": "^13.2.3"
},
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"data-type-utils": "^1.4.2",
"http-status": "^1.7.4",
"jsend-utils": "^3.0.5",
"moment-timezone": "^0.5.45",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">=10.15.0"
}
}