|
1 | 1 | { |
2 | | - "name": "create-html5-boilerplate", |
3 | | - "version": "0.0.1-RC1", |
4 | | - "description": "", |
5 | | - "keywords": [], |
6 | | - "homepage": "https://html5boilerplate.com/", |
7 | | - "bugs": { |
8 | | - "url": "https://github.com/h5bp/create-html5-boilerplate/issues" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "https://github.com/h5bp/create-html5-boilerplate.git" |
13 | | - }, |
14 | | - "license": "MIT", |
15 | | - "author": "@h5bp", |
16 | | - "main": "index.js", |
17 | | - "bin": { |
18 | | - "create-html5-boilerplate": "./index.js" |
19 | | - }, |
20 | | - "scripts": { |
21 | | - "test": "jest", |
22 | | - "format": "prettier --write \"./cli.js\"", |
23 | | - "coverage": "jest --coverage --collectCoverageOnlyFrom ./cli.js", |
24 | | - "start": "node ./index.js ./out" |
25 | | - }, |
26 | | - "dependencies": { |
27 | | - "chalk": "^4.0.0", |
28 | | - "elapsed-time-logger": "^1.1.2", |
29 | | - "fs-extra": "^9.0.0", |
30 | | - "ora": "^4.0.4", |
31 | | - "pacote": "^11.1.10", |
32 | | - "yargs-parser": "^18.1.3" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "husky": "^4.2.5", |
36 | | - "jest": "^26.0.1", |
37 | | - "prettier": "^2.0.5", |
38 | | - "pretty-quick": "^2.0.1" |
39 | | - }, |
40 | | - "husky": { |
41 | | - "hooks": { |
42 | | - "pre-commit": "pretty-quick --staged" |
43 | | - } |
44 | | - } |
| 2 | + "name": "create-html5-boilerplate", |
| 3 | + "version": "0.0.1-RC1", |
| 4 | + "description": "", |
| 5 | + "keywords": [], |
| 6 | + "homepage": "https://html5boilerplate.com/", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/h5bp/create-html5-boilerplate/issues" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/h5bp/create-html5-boilerplate.git" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "author": "@h5bp", |
| 16 | + "main": "index.js", |
| 17 | + "bin": { |
| 18 | + "create-html5-boilerplate": "./index.js" |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "test": "jest", |
| 22 | + "format": "prettier --write \"./cli.js\" \"tests/*.js\"", |
| 23 | + "coverage": "jest --coverage --collectCoverageOnlyFrom ./cli.js", |
| 24 | + "start": "node ./index.js ./out" |
| 25 | + }, |
| 26 | + "dependencies": { |
| 27 | + "chalk": "^4.0.0", |
| 28 | + "elapsed-time-logger": "^1.1.2", |
| 29 | + "fs-extra": "^9.0.0", |
| 30 | + "ora": "^4.0.4", |
| 31 | + "pacote": "^11.1.10", |
| 32 | + "yargs-parser": "^18.1.3" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "husky": "^4.2.5", |
| 36 | + "jest": "^26.0.1", |
| 37 | + "prettier": "^2.0.5", |
| 38 | + "pretty-quick": "^2.0.1" |
| 39 | + }, |
| 40 | + "husky": { |
| 41 | + "hooks": { |
| 42 | + "pre-commit": "pretty-quick --staged" |
| 43 | + } |
| 44 | + } |
45 | 45 | } |
0 commit comments