-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
{
"name": "stackk-community-server",
"version": "0.1.0",
"description": "REST API with BCH blockchain authentication.",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js",
"lint": "standard --env mocha --fix",
"test": "export KOA_ENV=test && ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"api",
"koa",
"koa2",
"es6",
"mongoose"
],
"author": "Stoyan Zhekov <[email protected]>",
"license": "MPL 2.0",
"repository": "signupcash/stackk-community-server",
"devDependencies": {
"chai": "4.1.1",
"chai-http": "^3.0.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-standard": "^4.0.1",
"mocha": "3.5.0",
"mock-mongoose-model": "^0.1.4",
"sinon": "^9.0.3",
"standard": "^14.3.4"
},
"dependencies": {
"add": "^2.0.6",
"axios": "^0.19.2",
"bchaddrjs": "^0.4.9",
"bitcore-message": "^1.0.4",
"kcors": "^2.2.2",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"mongoose": "^5.9.28",
"sanitize-html": "^1.27.2",
"yarn": "^1.22.4"
}
}