-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
50
{
"name": "morning-punch-backend",
"version": "1.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.ts",
"start": "ts-node app.ts",
"precommit": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"commitmsg": "commitlint -E GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedrockTeam/morning-punch-backend.git"
},
"author": "coderming",
"license": "MIT",
"bugs": {
"url": "https://github.com/RedrockTeam/morning-punch-backend/issues"
},
"homepage": "https://github.com/RedrockTeam/morning-punch-backend#readme",
"dependencies": {
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-logger": "^3.1.0",
"@types/koa-router": "^7.0.31",
"@types/mongodb": "^3.1.17",
"@types/mysql": "^2.15.5",
"@types/node": "^10.5.6",
"dayjs": "^1.7.8",
"jsonwebtoken": "^8.4.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.5.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"mongodb": "^3.1.10",
"mysql": "^2.16.0",
"ts-node": "^7.0.0",
"typescript": "^3.0.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.3.0",
"@types/koa-jwt": "^3.3.0",
"@types/prettier": "^1.15.2",
"nodemon": "^1.18.3",
"prettier": "1.15.3"
}
}