-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
package.json
37 lines (37 loc) · 937 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
37
{
"name": "@vechain/connex-repl",
"version": "2.1.0",
"description": "",
"main": "dist/index.js",
"engines": {
"node": ">=10.0.0"
},
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist/;../../node_modules/.bin/tsc -p .;cp src/index.js dist/",
"lint": "../../node_modules/.bin/tslint -p .",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"connex": "dist/index.js"
},
"author": "qianbin",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/connex.git"
},
"bugs": {
"url": "https://github.com/vechain/connex/issues"
},
"homepage": "https://github.com/vechain/connex/tree/master/packages/repl#readme",
"dependencies": {
"@vechain/connex-driver": "^2.1.0",
"@vechain/connex-framework": "^2.1.0",
"bignumber.js": "^9.0.0",
"repl.history": "^0.1.4"
}
}