-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 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
{
"name": "iframe-packages",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"lerna": "^3.22.1"
},
"scripts": {
"start": "lerna run --parallel start",
"sync": "cnpm sync @jswork/iframe-mate-codecs @jswork/iframe-mate @jswork/react-iframe-mate",
"lerna:clean": "lerna clean",
"lerna:list": "lerna list",
"lerna:bootstrap": "lerna bootstrap",
"build": "lerna run build --since master --no-private",
"build:all": "lerna run build",
"publish": "npm run build && lerna publish --no-private"
},
"homepage": "https://js.work",
"repository": {
"type": "git",
"url": "https://github.com/afeiship/react2iframe.git"
}
}