-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "msa-starter",
"version": "1.0.0",
"description": "",
"main": "init.sh",
"repository": {
"type": "git",
"url": "git+https://github.com/kyhsa93/msa-starter.git"
},
"author": "kyhsa93",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyhsa93/msa-starter/issues"
},
"homepage": "https://github.com/kyhsa93/msa-starter#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^8.2.6",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-mocha": "^5.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.6.2",
"jsdoc-route-plugin": "^0.1.0",
"mocha": "^5.0.5",
"nodemon": "^1.19.1"
},
"scripts": {
"start": "sh ./init.sh",
"upload": "sh ./upload.sh"
}
}