-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 Bytes
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
{
"name": "ktop",
"version": "0.0.1-beta.4",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon start.js",
"test": "jest test/*.spec.js --coverage",
"prepare": "require-self"
},
"dependencies": {
"bookshelf": "^1.2.0",
"cls-hooked": "^4.2.2",
"joi": "^17.2.1",
"knex": "^0.21.6",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-router": "^9.4.0",
"lodash": "^4.17.20",
"lodash-inflection": "^1.5.0",
"memory-cache": "^0.2.0",
"node-schedule": "^1.3.2",
"require-directory": "^2.1.1"
},
"devDependencies": {
"jest": "^26.4.2",
"nodemon": "^2.0.4",
"require-self": "^0.2.3",
"shelljs": "^0.8.4",
"sqlite3": "^5.0.0",
"supertest": "^5.0.0"
},
"author": "",
"license": "ISC"
}