-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "back-end-node",
"description": "Repo para el desarrollo de la API Rest. Mediar peticiones con la blockchain y el front (testing).",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon ./Server/index.js",
"start": "./Server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dochain1/Back-end-Node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dochain1/Back-end-Node/issues"
},
"homepage": "https://github.com/Dochain1/Back-end-Node#readme",
"type": "module",
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
},
"dependencies": {
"@metamask/eth-sig-util": "^4.0.1",
"cors": "^2.8.5",
"@hapi/boom": "^10.0.0",
"dotenv": "^16.0.1",
"ethereumjs-utils": "^5.2.5",
"express": "^4.18.1",
"ipfs-core": "^0.15.4",
"joi": "^17.6.0",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"openpgp": "^5.5.0",
"path": "^0.12.7",
"pg": "^8.8.0",
"web3": "^1.7.5",
"pg-hstore": "^2.3.4",
"sequelize": "^6.21.4"
}
}