-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "moddable-examples",
"version": "1.0.0",
"description": "「実践Moddable」のサンプルコード",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-private-methods": "^7.6.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.18.2",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1"
},
"scripts": {
"lint": "eslint .",
"format": "prettier-eslint --write \"./**/*.js\" --ignore \"./node_modules/**\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/meganetaaan/moddable-examples.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/meganetaaan/moddable-examples/issues"
},
"homepage": "https://github.com/meganetaaan/moddable-examples#readme"
}