|
1 | 1 | { |
2 | | - "private": true, |
3 | | - "workspaces": ["packages/*"], |
4 | | - "repository": { |
5 | | - "type": "git", |
6 | | - "url": "git+https://github.com/ahmadawais/create-guten-block.git" |
7 | | - }, |
8 | | - "author": "AhmadAwais", |
9 | | - "bugs": { |
10 | | - "url": "https://github.com/ahmadawais/create-guten-block/issues" |
11 | | - }, |
12 | | - "homepage": "https://github.com/ahmadawais/create-guten-block#readme", |
13 | | - "devDependencies": { |
14 | | - "babel-eslint": "^8.2.1", |
15 | | - "chalk": "^2.3.0", |
16 | | - "eslint": "^4.17.0", |
17 | | - "eslint-config-wordpress": "^2.0.0", |
18 | | - "eslint-plugin-jest": "^21.7.0", |
19 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
20 | | - "eslint-plugin-react": "^7.6.1", |
21 | | - "eslint-plugin-wordpress": "^0.1.0", |
22 | | - "execa": "^0.9.0", |
23 | | - "lerna": "^2.8.0", |
24 | | - "ora": "^1.3.0", |
25 | | - "shelljs": "^0.8.1", |
26 | | - "update-notifier": "^2.3.0" |
27 | | - }, |
28 | | - "scripts": { |
29 | | - "create-guten-block": "node tasks/cgb.js", |
30 | | - "demo": "node tasks/cgb.js demo", |
31 | | - "cgb": "node packages/create-guten-block/index.js", |
32 | | - "startCGB": "node packages/cgb-scripts/scripts/start.js", |
33 | | - "changelog": "lerna-changelog", |
34 | | - "updated": "lerna updated", |
35 | | - "beforepublish": "lerna bootstrap", |
36 | | - "publishScript": |
37 | | - "bash tasks/publish.sh && echo 'Now update dependency packages.'", |
38 | | - "publishNPM": "bash tasks/publish.sh --npm-client=npm", |
39 | | - "publishAlpha": |
40 | | - "yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary", |
41 | | - "lerna": |
42 | | - "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm" |
43 | | - } |
| 2 | + "private": true, |
| 3 | + "workspaces": [ |
| 4 | + "packages/*" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/ahmadawais/create-guten-block.git" |
| 9 | + }, |
| 10 | + "author": "AhmadAwais", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/ahmadawais/create-guten-block/issues" |
| 13 | + }, |
| 14 | + "homepage": "https://github.com/ahmadawais/create-guten-block#readme", |
| 15 | + "devDependencies": { |
| 16 | + "babel-eslint": "^8.2.1", |
| 17 | + "chalk": "^2.3.0", |
| 18 | + "eslint": "^4.17.0", |
| 19 | + "eslint-config-wordpress": "^2.0.0", |
| 20 | + "eslint-plugin-jest": "^21.7.0", |
| 21 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 22 | + "eslint-plugin-react": "^7.6.1", |
| 23 | + "eslint-plugin-wordpress": "^0.1.0", |
| 24 | + "execa": "^0.9.0", |
| 25 | + "lerna": "^2.8.0", |
| 26 | + "ora": "^1.3.0", |
| 27 | + "shelljs": "^0.8.1", |
| 28 | + "update-notifier": "^2.3.0" |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "create-guten-block": "node tasks/cgb.js", |
| 32 | + "demo": "node tasks/cgb.js demo", |
| 33 | + "cgb": "node packages/create-guten-block/index.js", |
| 34 | + "startCGB": "node packages/cgb-scripts/scripts/start.js", |
| 35 | + "changelog": "lerna-changelog", |
| 36 | + "updated": "lerna updated", |
| 37 | + "beforepublish": "lerna bootstrap", |
| 38 | + "publishScript": "bash tasks/publish.sh && echo 'Now update dependency packages.'", |
| 39 | + "publishNPM": "bash tasks/publish.sh --npm-client=npm", |
| 40 | + "publishAlpha": "yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary", |
| 41 | + "lerna": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm", |
| 42 | + "release": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm" |
| 43 | + } |
44 | 44 | } |
0 commit comments