-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.93 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "fbi-project-mod",
"version": "4.1.3",
"description": "Node service or application template base on Koa 2.",
"engines": {
"node": ">=6.9.1",
"npm": ">= 3.10.0"
},
"scripts": {
"start": "pm2 start pm2.json"
},
"dependencies": {
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"require-directory": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "9.0.0",
"chokidar": "2.0.4",
"eslint-config-standard": "12.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"fs-extra": "7.0.0",
"globby": "8.0.1",
"nodemon": "1.18.4",
"rimraf": "2.6.2",
"rollup": "0.66.1",
"rollup-plugin-async": "1.2.0",
"rollup-plugin-buble": "0.19.2",
"rollup-plugin-commonjs": "9.1.8",
"rollup-plugin-eslint": "5.0.0",
"rollup-plugin-json": "3.1.0",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-terser": "3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-templates/fbi-project-mod.git"
},
"keywords": [
"nodejs",
"back-end",
"application template",
"node-service",
"koajs",
"template",
"fbi-project",
"fbi",
"api-rest",
"api-service"
],
"author": "neikvon",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-templates/fbi-project-mod/issues"
},
"homepage": "https://github.com/fbi-templates/fbi-project-mod#readme",
"fbi": {
"template": {
"name": "fbi-project-mod"
},
"tasks": {
"build": {
"alias": "b",
"desc": "Build the project for the specified environment."
},
"serve": {
"alias": "s",
"desc": "Compile the code and start the development server."
}
}
}
}