-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 875 Bytes
/
package.json
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
{
"name": "root",
"version": "1.0.0",
"description": "A project to make creating a react app as easy as `npx create-phils-app`.",
"main": "index.js",
"private": "true",
"workspaces": [
"packages/*"
],
"scripts": {
"changeset:add": "changeset",
"release-ci": "lerna publish from-package -y --no-verify-access",
"test": "echo \"Error: no test specified\" && exit 1",
"testing": "node packages/create-phils-app/bin/create-phils-app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philcon93/create-phils-react-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/philcon93/create-phils-react-app/issues"
},
"homepage": "https://github.com/philcon93/create-phils-react-app#readme",
"devDependencies": {
"@changesets/cli": "^2.18.1",
"lerna": "^4.0.0"
}
}