-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 793 Bytes
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
{
"name": "unirun-blockchain",
"version": "1.0.0",
"description": "upload nft metadata to pinata",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethereumjs-tx": "^2.1.2",
"ethers": "^6.13.2",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"luxon": "^3.5.0",
"mariadb": "^3.3.1",
"node-rest-client-promise": "^3.1.1",
"pinata": "^0.4.0",
"redis": "^4.7.0",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}