-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "create-ce-project",
"author": "Patrick Salvatore <[email protected]>",
"version": "1.1.5",
"license": "MIT",
"main": "bin/create-ce-project.js",
"bin": "bin/create-ce-project.js",
"files": [
"lib",
".babelrc"
],
"keywords": [
"amp",
"cli",
"automation"
],
"dependencies": {
"chalk": "^4.0.0",
"clear": "^0.1.0",
"esm": "^3.2.25",
"figlet": "^1.3.0",
"inquirer": "^7.1.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-watch": "^6.0.1",
"prettier": "^1.19.1"
},
"scripts": {
"start": "node bin/create-ce-project.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrick-salvatore/repo-automation.git"
},
"bugs": {
"url": "https://github.com/patrick-salvatore/repo-automation.git/issues"
},
"homepage": "https://github.com/patrick-salvatore/repo-automation#readme"
}