generated from Paraboly/pwc-web-component-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.84 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@paraboly/pwc-zoom-control",
"version": "0.0.1",
"description": "Advance zoom and pan controls created",
"keywords": [
"paraboly",
"stencil",
"stenciljs",
"web-component",
"webcomponent",
"ui",
"frontend"
],
"homepage": "https://www.paraboly.com",
"bugs": "https://github.com/Paraboly/pwc-zoom-control/issues",
"repository": "[email protected]:Paraboly/pwc-zoom-control.git",
"author": "SchemeSonic (https://schemesonic.github.io/) <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/pwc-zoom-control/pwc-zoom-control.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\" \"src/**/*.tsx\" \"src/**/*.jsx\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@stencil/core": "^1.8.2",
"@stencil/sass": "^1.1.1",
"@types/jest": "^24.0.24",
"@types/puppeteer": "1.20.3",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"prettier": "^1.19.1",
"puppeteer": "1.20.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {},
"peerDependencies": {}
}