forked from PolymerLabs/uni-virtualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "uni-virtualizer-monorepo",
"private": true,
"homepage": "https://github.com/PolymerLabs/uni-virtualizer",
"repository": "https://github.com/PolymerLabs/uni-virtualizer",
"bugs": "https://github.com/PolymerLabs/uni-virtualizer/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"devDependencies": {
"http-server": "latest",
"lerna": "^3.13.4"
},
"scripts": {
"link-uni-virtual-examples": "npm link packages/lit-virtualizer --prefix packages/uni-virtualizer-examples",
"bootstrap": "npm run link-uni-virtual-examples && lerna bootstrap --hoist",
"clean": "lerna run clean; rm -r node_modules/",
"start": "http-server & npm run build-and-watch --prefix packages/uni-virtualizer-examples",
"deploy-examples": "./scripts/deploy-examples.sh"
},
"dependencies": {}
}