-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 953 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 953 Bytes
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
{
"name": "akiya-react-scripts",
"version": "0.1.0",
"description": "react-scripts custom version",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"lerna": "^2.5.1"
},
"scripts": {
"lerna:install": "./node_modules/lerna/bin/lerna.js bootstrap",
"lerna:test": "CI=true ./node_modules/lerna/bin/lerna.js run test",
"lerna:publish": "./node_modules/lerna/bin/lerna.js publish --conventional-commits --cd-version=minor --yes --independent",
"test": "npm run lerna:test",
"publish-all": "npm run lerna:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purepennons/akiya-react-scripts.git"
},
"keywords": [
"create-react-app",
"react-scripts"
],
"author": "Akiya Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/purepennons/akiya-react-scripts/issues"
},
"homepage": "https://github.com/purepennons/akiya-react-scripts#readme"
}