-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "yarb-cli",
"version": "0.3.5",
"description": "CLI tool for Yet Another React Boilerplate",
"main": "index.js",
"bin": {
"yarb-cli": "bin/yarb"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonsbarr/yarb-cli.git"
},
"keywords": [
"React",
"CLI",
"boilerplate"
],
"engines": {
"node": ">= 10.0.0"
},
"author": "Jason Barr <me@jasonbarr.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonsbarr/yarb-cli/issues"
},
"homepage": "https://github.com/jasonsbarr/yarb-cli#readme",
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"license": "0.0.3",
"ora": "^4.1.1",
"shelljs": "^0.8.4",
"yargs": "^15.4.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^1.19.1"
}
}