-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 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
38
{
"name": "hivesigner-api",
"version": "0.1.7",
"description": "OAuth 2 posting API for Hive",
"homepage": "https://hivesigner.com",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node --experimental-modules --experimental-json-modules --es-module-specifier-resolution=node start.js",
"lint": "eslint 'routes/**/*.js' 'helpers/**/*.js' '*.js' --fix"
},
"dependencies": {
"@hiveio/dhive": "^1.2.6",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.15",
"node-cache": "^5.1.2",
"redis": "^3.0.2",
"url": "^0.11.0",
"verror": "1.10.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ecency/hivesigner-api.git"
}
}