-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "substrate-funding-service",
"version": "2.9.3",
"description": "Substrate funding service",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www | pino-pretty",
"start-prod": "node ./bin/www",
"debug": "node --nolazy --inspect-brk=9229 ./bin/www",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/threefoldtech/substrate-activation-service.git"
},
"author": "Dylan Verstraete",
"license": "ISC",
"bugs": {
"url": "https://github.com/threefoldtech/substrate-activation-service/issues"
},
"homepage": "https://github.com/threefoldtech/substrate-activation-service#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-pino-logger": "^6.0.0",
"http-errors": "^1.8.0",
"jsonschema": "^1.4.0",
"lodash": "^4.17.21",
"pino": "^6.11.3",
"tfgrid-api-client": "^1.29.1"
},
"devDependencies": {
"husky": "^6.0.0",
"nodemon": "^2.0.7",
"pino-pretty": "^5.0.2",
"standard": "^16.0.3"
}
}