-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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": "build-up-1-tools-workshop",
"version": "1.0.0",
"description": "Code snippets for LUKSO Build UP #1 - Tools workshop",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hugoo/build-up-1-tools-workshop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hugoo/build-up-1-tools-workshop/issues"
},
"homepage": "https://github.com/Hugoo/build-up-1-tools-workshop#readme",
"dependencies": {
"@erc725/erc725.js": "^0.14.4",
"@lukso/lsp-factory.js": "^2.4.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ipfs-core": "^0.12.0",
"js-sha3": "^0.8.0",
"mongoose": "^6.7.0",
"multer": "^1.4.5-lts.1",
"web3": "^1.8.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97",
"@types/multer": "^1.4.7"
}
}