forked from ionic-team/stencil-webpack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 883 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
37
38
39
40
41
{
"name": "@pureconnect/stencil-webpack",
"version": "0.0.6",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"deploy": "npm run build && np --any-branch",
"test": "mocha ./test/**/*.spec.js"
},
"files": [
"dist/"
],
"devDependencies": {
"@types/node": "^8.5.1",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"np": "^2.18.3",
"proxyquire": "^1.8.0",
"sinon": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GenesysPureConnect/stencil-webpack.git"
},
"author": "Ionic Team",
"homepage": "https://stenciljs.com/",
"description": "The Stencil Webpack Plugin",
"keywords": [
"web components",
"components",
"custom elements",
"stencil",
"ionic",
"webpack"
],
"dependencies": {
"typescript": "^2.6.2"
}
}