forked from arborwallet/arbor-wallet-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "arbor-wallet-website",
"version": "1.0.0",
"private": true,
"main": "dist/index.js",
"repository": "https://github.com/Digital-Farming-Initiative/arbor-wallet-website",
"author": "Digital Farming Initiative",
"scripts": {
"build": "tsc",
"start": ". venv/bin/activate && node --enable-source-maps ."
},
"contributors": [
{
"name": "Rigidity",
"email": "[email protected]",
"url": "https://github.com/Rigidity"
}
],
"license": "MIT",
"dependencies": {
"bytes.ts": "^1.0.3",
"chia-tools": "^2.2.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-winston": "^4.1.0",
"shell-quote": "^1.7.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^16.7.0",
"@types/shell-quote": "^1.7.1"
}
}