-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 939 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
31
32
33
34
35
36
{
"name": "cup-monorepo",
"private": true,
"description": "Monorepo for create-universal-package",
"author": "Ryan Tsao <[email protected]>",
"homepage": "https://github.com/rtsao/create-universal-package",
"repository": "[email protected]:rtsao/create-universal-package.git",
"bugs": "https://github.com/rtsao/create-universal-package/issues",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"clean": "lerna clean"
},
"dependencies": {
"jest": "^23.6.0"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-plugin-prettier": "^3.0.1",
"flow-bin": "^0.91.0",
"lerna": "^3.10.7",
"prettier": "^1.12.1"
},
"workspaces": [
"packages/*",
"fixture-package",
"fixture-package-preset-env",
"fixture-package-ts",
"test"
],
"engines": {
"node": ">= 10.12.0"
},
"license": "MIT"
}