-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.17 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
46
47
48
49
50
51
{
"name": "@normalizex/gopluslabs-api",
"version": "1.0.5",
"description": "Open, permissionless, user-driven security service platform",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=11.0.0"
},
"repository": "https://github.com/Normalizex/gopluslabs-api.git",
"homepage": "https://github.com/Normalizex/gopluslabs-api#readme",
"author": "Normalizex",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc && webpack",
"test": "ts-node src/index.ts"
},
"keywords": [
"web3",
"axios",
"defi",
"honeypot",
"wrapper",
"https",
"async",
"blockchain",
"security"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "0.27.2"
},
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"util": "^0.12.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}