-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 856 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
{
"name": "avabox",
"version": "0.1.9",
"main": "index.ts",
"repository": "https://github.com/cgcardona/AVABOX",
"author": "Gabriel Cardona <https://twitter.com/cgcardona>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watchAll",
"ts-node": "ts-node",
"nodemon": "nodemon"
},
"dependencies": {
"@types/bn.js": "^4.11.6",
"axios": "^0.19.2",
"bn.js": "^5.1.1",
"buffer": "^5.6.0",
"slopes": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.0",
"@types/node": "^10.17.21",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"ts-jest": "^23.10.5",
"ts-node": "^8.0.2",
"typescript": "^3.3.1"
}
}