-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "boar-server",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha $(find . -name \"*.spec.js\" -not -path \"./node_modules/*\")",
"prepublish": "npm test",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/boar-server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/emartech/boar-server/issues"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/emartech/boar-server",
"devDependencies": {
"chai": "4.5.0",
"co": "^4.6.0",
"mocha": "^10.2.0",
"semantic-release": "^23.0.0",
"sinon": "19.0.2",
"sinon-chai": "3.7.0"
},
"dependencies": {
"@emartech/json-logger": "8.0.2",
"app-root-path": "3.1.0",
"koa-bodyparser": "4.4.1",
"koa-cors": "0.0.16",
"koa-helmet": "7.0.2",
"koa-methodoverride": "2.0.0",
"koa-pug": "5.1.1",
"koa-requestid": "2.2.1",
"koa-router": "13.0.1",
"koa-ssl": "2.0.1",
"koa-static": "5.0.0"
}
}