-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
52
53
54
55
{
"name": "zns-connect-api",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node ./dist/index.js",
"create": "ts-node ./scripts/create.ts",
"opensea": "ts-node ./scripts/opensea-refresh.ts",
"dev": "nodemon",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"dependencies": {
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^20.2.2",
"@hapi/joi": "^17.0.2",
"@hapi/podium": "^4.0.0",
"@hapi/vision": "^7.0.3",
"@types/base-64": "^1.0.2",
"aws-sdk": "^2.1611.0",
"axios": "^1.6.7",
"base-64": "^1.0.0",
"canvas": "^2.10.2",
"dotenv": "^16.3.1",
"ethers": "^6.11.1",
"handlebars": "^4.7.8",
"hapi-rate-limit": "^7.1.0",
"hapi-rate-limitor": "^3.1.2",
"install": "^0.13.0",
"mongoose": "^8.0.0",
"npm": "^6.14.6",
"opensea-js": "^7.1.10"
},
"devDependencies": {
"@types/hapi__hapi": "^19.0.0",
"@types/hapi__podium": "^3.4.0",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.8",
"@types/webpack": "^4.41.2",
"concurrently": "^5.0.2",
"esm": "^3.2.25",
"jest": "^24.9.0",
"nodemon": "^2.0.2",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.10.2",
"typescript": "^5.4.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
}
}