-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 990 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
38
39
40
41
{
"name": "@broxus/locklift-deploy",
"version": "1.1.1",
"description": "Locklift plugin for replicable deployments and easy testing",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build .",
"start": "ts-node --transpile-only src/index.ts",
"prepublishOnly": "npm run build"
},
"author": "",
"keywords": [
"everscale",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"dapps",
"ethereum",
"locklift",
"locklift-plugin",
"venom-blockchain",
"venom-developer-program"
],
"license": "Apache-2.0",
"dependencies": {
"@types/commander": "^2.12.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^14.14.6",
"commander": "^9.4.1",
"directory-tree": "^3.5.1",
"fs-extra": "^11.1.1",
"locklift": "^2.5.7",
"lodash": "^4.17.21",
"prettier": "^2.1.2",
"rxjs": "^7.8.0",
"ts-node-dev": "^1.0.0",
"typescript": "^4.4.5"
}
}