-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 954 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
40
{
"name": "hyperion-ts",
"version": "0.0.0",
"description": "Hyperion Client - Typescript",
"main": "./dist/main/hyperion-server.js",
"types": "./src/main/hyperion-ts.d.ts",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"config": "^1.29.2",
"hapi": "^16.5.2"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/config": "0.0.33",
"@types/hapi": "^16.1.8",
"@types/joi": "^10.4.3",
"@types/mocha": "^2.2.47",
"@types/node": "^6.0.85",
"@types/sinon": "^2.3.7",
"chai": "^4.1.0",
"joi": "^11.1.1",
"mocha": "^3.5.3",
"mocha-typescript": "^1.1.7",
"nodemon": "^1.17.5",
"sinon": "^2.4.1",
"tslint": "^5.5.0",
"typedoc": "^0.7.1",
"typescript": "^2.4.1"
},
"scripts": {
"build": "tsc",
"prepare": "rm -rf dist && npm run build",
"test": "mocha --reporter spec dist/test/**/*.js"
},
"author": "",
"license": "ISC"
}