-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 873 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 873 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
{
"name": "ext-web-components",
"version": "7.2.1",
"description": "Use Ext JS with Web Components",
"main": "index.js",
"scripts": {
"postinstall": "npx lerna bootstrap --loglevel warn",
"increment": "npx lerna publish --skip-git --skip-npm --force-publish",
"clean": "npx lerna clean",
"install:clean": "npm cache clear --force && npx lerna clean && npm install",
"kitchensink": "cd packages/ext-web-components-kitchensink && npm start",
"boilerplate": "cd packages/ext-web-components-boilerplate && npm start",
"serve-tests": "cd packages/ext-web-components-tests && npm start"
},
"keywords": [
"Ext",
"JS",
"Sencha",
"Web Components"
],
"author": "Sencha, Inc.",
"license": "MIT",
"devDependencies": {
"lerna": "^3.20.2"
}
}