forked from GridPlus/abi-pack-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 836 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
{
"name": "abi-pack-framework",
"version": "0.0.1",
"description": "",
"main": "script.js",
"scripts": {
"build": "ts-node ./script.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GridPlus/abi-pack-framework.git"
},
"keywords": [],
"author": "Doug Lance",
"license": "ISC",
"bugs": {
"url": "https://github.com/GridPlus/abi-pack-framework/issues"
},
"homepage": "https://github.com/GridPlus/abi-pack-framework#readme",
"dependencies": {
"gridplus-sdk": "^0.9.2",
"jsonc": "^2.0.0",
"lodash": "^4.17.21",
"superagent": "^6.1.0",
"superagent-throttle": "^1.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.13",
"@types/superagent": "^4.1.13",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}