|
1 | 1 | {
|
2 |
| - "name": "webpack-hooks-shellscripts", |
3 |
| - "version": "1.0.0", |
4 |
| - "description": "Just triggers some shellscripts on webpack compiler hooks.", |
5 |
| - "main": "src/index.js", |
6 |
| - "repository": "[email protected]:nutshell-lab/webpack-hooks-shellscripts.git", |
7 |
| - "author": "Victor Rebiard--Crépin <[email protected]>", |
8 |
| - "license": "MIT", |
9 |
| - "private": false, |
10 |
| - "scripts": { |
11 |
| - "test": "xo", |
12 |
| - "build": "pack build", |
13 |
| - "release": "pack publish" |
14 |
| - }, |
15 |
| - "dependencies": { |
16 |
| - "execa": "^1.0.0", |
17 |
| - "p-map-series": "^2.1.0" |
18 |
| - }, |
19 |
| - "devDependencies": { |
20 |
| - "@babel/register": "^7.4.4", |
21 |
| - "@pika/pack": "^0.3.7", |
22 |
| - "@pika/plugin-build-node": "^0.3.16", |
23 |
| - "@pika/plugin-build-types": "^0.3.16", |
24 |
| - "@pika/plugin-copy-assets": "^0.3.16", |
25 |
| - "@pika/plugin-standard-pkg": "^0.3.16", |
26 |
| - "eslint-config-prettier": "^4.2.0", |
27 |
| - "eslint-config-prettier-standard": "^2.0.0", |
28 |
| - "eslint-config-standard": "^12.0.0", |
29 |
| - "eslint-plugin-prettier": "^3.0.1", |
30 |
| - "eslint-plugin-standard": "^4.0.0", |
31 |
| - "xo": "^0.24.0" |
32 |
| - }, |
33 |
| - "xo": { |
34 |
| - "env": "node", |
35 |
| - "space": true, |
36 |
| - "semicolon": false, |
37 |
| - "extends": "prettier-standard" |
38 |
| - }, |
39 |
| - "@pika/pack": { |
40 |
| - "pipeline": [ |
41 |
| - [ |
42 |
| - "@pika/plugin-standard-pkg" |
43 |
| - ], |
44 |
| - [ |
45 |
| - "@pika/plugin-build-node" |
46 |
| - ], |
47 |
| - [ |
48 |
| - "@pika/plugin-build-types" |
49 |
| - ], |
50 |
| - [ |
51 |
| - "@pika/plugin-copy-assets", |
52 |
| - { |
53 |
| - "files": [ |
54 |
| - "README.md" |
55 |
| - ] |
56 |
| - } |
57 |
| - ] |
58 |
| - ] |
59 |
| - } |
| 2 | + "name": "webpack-hooks-shellscripts", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Just triggers some shellscripts on webpack compiler hooks.", |
| 5 | + "main": "src/index.js", |
| 6 | + "repository": "[email protected]:nutshell-lab/webpack-hooks-shellscripts.git", |
| 7 | + "author": "Victor Rebiard--Crépin <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "private": false, |
| 10 | + "publishConfig": { "access": "public" }, |
| 11 | + "keywords": ["webpack", "hook", "shell"], |
| 12 | + "engines": { "node": ">=8.9.0" }, |
| 13 | + "scripts": { |
| 14 | + "test": "xo", |
| 15 | + "build": "pack build", |
| 16 | + "release": "pack publish" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "execa": "^1.0.0", |
| 20 | + "p-map-series": "^2.1.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/register": "^7.4.4", |
| 24 | + "@pika/pack": "^0.3.7", |
| 25 | + "@pika/plugin-build-node": "^0.3.16", |
| 26 | + "@pika/plugin-build-types": "^0.3.16", |
| 27 | + "@pika/plugin-copy-assets": "^0.3.16", |
| 28 | + "@pika/plugin-standard-pkg": "^0.3.16", |
| 29 | + "eslint-config-prettier": "^4.2.0", |
| 30 | + "eslint-config-prettier-standard": "^2.0.0", |
| 31 | + "eslint-config-standard": "^12.0.0", |
| 32 | + "eslint-plugin-prettier": "^3.0.1", |
| 33 | + "eslint-plugin-standard": "^4.0.0", |
| 34 | + "xo": "^0.24.0" |
| 35 | + }, |
| 36 | + "xo": { |
| 37 | + "env": "node", |
| 38 | + "space": true, |
| 39 | + "semicolon": false, |
| 40 | + "extends": "prettier-standard" |
| 41 | + }, |
| 42 | + "@pika/pack": { |
| 43 | + "pipeline": [ |
| 44 | + [ |
| 45 | + "@pika/plugin-standard-pkg" |
| 46 | + ], |
| 47 | + [ |
| 48 | + "@pika/plugin-build-node" |
| 49 | + ], |
| 50 | + [ |
| 51 | + "@pika/plugin-build-types" |
| 52 | + ], |
| 53 | + [ |
| 54 | + "@pika/plugin-copy-assets", |
| 55 | + { "files": ["README.md"] } |
| 56 | + ] |
| 57 | + ] |
| 58 | + } |
60 | 59 | }
|
0 commit comments