-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 757 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
{
"name": "test",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"repository": "https://github.com/ProjectINT/test-taks-koa-mysql.git",
"author": "Yuri <admin@somnium.su>",
"license": "MIT",
"dependencies": {
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-router": "^7.4.0",
"lorem-ipsum": "^2.0.3",
"mysql": "^2.17.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.2",
"babel-preset-flow": "^6.23.0",
"eslint": "^6.0.1",
"eslint-plugin-flowtype": "^3.11.1",
"flow-bin": "^0.102.0",
"nodemon": "^1.19.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"build": "babel src/ -d build/",
"dev": "nodemon build/index.js"
}
}