forked from HadoukenIO/js-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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": "hadouken-js-adapter",
"version": "1.43.1",
"license": "Apache-2.0",
"repository": "https://github.com/HadoukenIO/js-adapter",
"main": "./out/src/main.js",
"types": "./out/types/src/main.d.ts",
"scripts": {
"test": "grunt test",
"repl": "grunt repl",
"build": "grunt",
"ts": "tsc",
"path": "PATH",
"prepublish": "npm run build",
"doc": "npm run build && jsdoc -c jsdoc-conf.json -t jsdoc-template -u tutorials out/src --verbose",
"core": "grunt core"
},
"devDependencies": {
"@types/mocha": "^2.2.38",
"@types/rimraf": "0.0.28",
"@types/sinon": "^1.16.34",
"@types/ws": "~0.0.36",
"events": "^3.0.0",
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell": "^2.1.0",
"grunt-tslint": "^4.0.1",
"http-server": "^0.11.1",
"jsdoc": "3.5.5",
"mocha": "^5.2.0",
"ps-node": "^0.1.6",
"rimraf": "^2.6.2",
"shelljs": "^0.8.2",
"sinon": "~1.17.6",
"ts-loader": "^5.3.1",
"tslint": "^4.5.1",
"tslint-microsoft-contrib": "^4.0.1",
"typescript": "^3.5.1",
"webpack": "^4.26.1"
},
"dependencies": {
"@types/node": "^9.4.6",
"ws": "~1.1.1"
}
}