-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 927 Bytes
/
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
{
"name": "backend",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"serve": "PORT=9090 nodemon src/index.js",
"start": "nodemon src/index.js",
"bump": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tendermint/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tendermint/backend/issues"
},
"homepage": "https://github.com/tendermint/backend#readme",
"dependencies": {
"airtable-node": "^0.1.20",
"algoliasearch": "^4.8.6",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.15",
"mailerlite-api-v2-node": "^1.2.0",
"memory-cache": "^0.2.0",
"node-fetch": "^2.6.1",
"node-html-parser": "^1.1.16",
"xml-js": "^1.6.11"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}