forked from mahdiyari/steemauto-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
{
"name": "steemauto-backend",
"version": "0.0.1",
"description": "Backend for steemauto.com",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahdiyari/steemauto-backend.git"
},
"keywords": [
"steemauto"
],
"author": "mahdiyari",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mahdiyari/steemauto-backend/issues"
},
"homepage": "https://github.com/mahdiyari/steemauto-backend#readme",
"devDependencies": {
"standard": "^11.0.1"
},
"dependencies": {
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"express": "^4.16.3",
"helmet": "^3.15.0",
"hpp": "^0.2.2",
"js-sha256": "^0.9.0",
"mysql": "^2.16.0",
"node-fetch": "^2.2.0"
}
}