-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 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
{
"name": "@bustle/gam",
"version": "0.0.9",
"scripts": {
"build": "npx webpack",
"eslint": "eslint --ext .ts,.js --cache .",
"lint": "tsc && npm run eslint",
"package:github": "./bin/package-github",
"test": "mocha '{,!(node_modules|dist)/**}/*.test.ts'"
},
"browser": "web/gam",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/nock": "^11.1.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.3.6",
"esbuild-loader": "^2.19.0",
"eslint": "^8.18.0",
"mocha": "^10.0.0",
"nock": "^13.2.7",
"ts-eager": "^2.0.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"node-fetch": "^2.6.7"
},
"main": "node/gam",
"types": "./index.d.ts"
}