-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 991 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
34
35
36
37
38
39
{
"name": "finalyearproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khanjasir90/FinalYearProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/khanjasir90/FinalYearProject/issues"
},
"homepage": "https://github.com/khanjasir90/FinalYearProject#readme",
"dependencies": {
"@truffle/contract": "^4.6.9",
"cores": "^0.8.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^48.1.2",
"ipfs-mini": "^1.1.5",
"mongoose": "^6.8.2",
"multer": "^1.4.5-lts.1",
"nft.storage": "^7.0.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"tesseract.js": "^4.0.0",
"web3": "^1.7.1"
}
}