-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
42
43
44
45
{
"name": "@broxus/locklift-verifier",
"version": "1.0.5",
"description": "Locklift plugin for integration with Everscan contract verification service",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build .",
"start": "ts-node --transpile-only src/index.ts",
"start-dev": "ts-node --transpile-only src/index-dev.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/node": "^14.14.6",
"@types/node-gzip": "^1.1.0",
"@types/tar": "^6.1.3",
"axios": "^1.2.2",
"commander": "^9.4.1",
"env-paths": "^2.2.1",
"find-node-modules": "^2.1.3",
"fs-extra": "^11.1.0",
"locklift": "^2.5.7",
"node-gzip": "^1.1.2",
"prettier": "^2.1.2",
"tar": "^6.1.13",
"ts-node-dev": "^1.0.0",
"typescript": "^4.4.5"
}
}