-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "hshealthdata",
"version": "0.0.3",
"main": "./bin/cjs/converter.js",
"files": ["bin/"],
"scripts": {
"grunt": "grunt --gruntfile Gruntfile.cjs",
"prepublishOnly": "npm run grunt",
"postpublish": "npm version patch"
},
"keywords": [
"health data",
"Apple Health Data"
],
"description": "Helpful Scripts Apple Health Data converter",
"license": "MIT",
"homepage": "",
"author": {
"name": "masterscripter",
"email": "helpfulscripts@gmail.com"
},
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">= 14.2.0"
},
"plugins": [],
"devDependencies": {
"@types/node": "14.0.x",
"@types/jest": "26.x.x",
"grunt": "1.3.x",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-tslint": "^5.0.2",
"@vamship/grunt-typedoc": "^1.7.4",
"grunt-webpack": "4.x.x",
"coveralls": "3.1.x",
"grunt-coveralls": "^2.0.0",
"jest": "^26.x.x",
"ts-jest": "26.x.x",
"tslint": "^5.20.1",
"typedoc": "^0.15.5",
"typescript": "4.x.x",
"terser-webpack-plugin": "5.x.x",
"webpack": "5.x.x"
},
"dependencies": {
"hswidget": "2.x.x",
"@types/sax": "^1.2.1",
"sax": "^1.2.4"
}
}