-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "h5node-test",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/chadbr/_git/h5node-test",
"license": "",
"scripts": {
"start": "node dist/index.js",
"build": "trash build && tsc -p tsconfig.json && cpy \"**/*.h5\" \"../dist/\" --cwd=src --parents",
"lint": "tslint --project tsconfig.json --type-check src/**/*.ts"
},
"engines": {
"node": "10.x"
},
"dependencies": {
"@types/chai": "^4.0.0",
"@types/debug": "^0.0.30",
"@types/glob": "^5.0.34",
"@types/mocha": "^2.2.41",
"@types/nconf": "^0.0.36",
"@types/node": "^9.3.0",
"@types/node-fetch": "^1.6.7",
"chai": "^4.0.2",
"cpy-cli": "^1.0.1",
"debug": "^3.1.0",
"glob": "^7.1.2",
"hdf5": "^0.3.4",
"mocha": "^4.1.0",
"mocha-junit-reporter": "1.15.0",
"mocha-typescript": "^1.1.4",
"nconf": "^0.10.0",
"nodemon": "^1.11.0",
"nyc": "^11.4.1",
"opn-cli": "^3.1.0",
"trash-cli": "^1.4.0",
"ts-node": "^4.1.0",
"tslib": "^1.7.1",
"tslint": "^5.4.3",
"tslint-config-standard": "^7.0.0",
"typedoc": "^0.9.0",
"typescript": "3.3.3333"
}
}