forked from leoroese/template-cli
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage-old.json
35 lines (35 loc) · 894 Bytes
/
package-old.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": "template-cli",
"version": "1.0.0",
"description": "Project for instantiating projects via cli",
"main": "index.js",
"type": "module",
"bin": {
"template-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leoroese/template-cli.git"
},
"author": "Leonardo Roese",
"license": "ISC",
"bugs": {
"url": "https://github.com/leoroese/template-cli/issues"
},
"homepage": "https://github.com/leoroese/template-cli#readme",
"dependencies": {
"inquirer": "8.0.0"
},
"devDependencies": {
"@babel/core": "7.13.10",
"eslint": "7.22.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1"
}
}