-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 931 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
{
"name": "@daocasino/dc-webapi",
"version": "0.2.6",
"main": "./lib/index.js",
"license": "MIT",
"scripts": {
"build:ts": "npm-run-all typescript",
"build": "npm-run-all typescript",
"build4browser": "node scripts/build.js",
"clean": "rimraf lib",
"typescript": "tsc --build",
"test:game": "mocha --timeout 99999999 -r ts-node/register src/__tests__/startGame.test.ts",
"test:game2": "ts-node ./src/__tests__/game.ts"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"ts-node": "^7.0.1"
},
"dependencies": {
"@daocasino/dc-configs": "^0.2.6",
"@daocasino/dc-core": "^0.2.6",
"@daocasino/dc-ethereum-utils": "^0.2.6",
"@daocasino/dc-logging": "^0.2.6",
"@daocasino/dc-messaging": "^0.2.6",
"@types/node": "^10.11.7",
"@types/web3": "^1.0.6",
"cross-fetch": "^2.0.6"
},
"gitHead": "c83ce2ab1c77daa4fabf666260b0698d37dbf312"
}