-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "@edgeworkscreative/st-press",
"version": "1.0.3",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run rollup && npm run uglify",
"rollup": "rollup -c",
"uglify": "uglifyjs --compress --mangle -o ./dist/index.js -- ./dist/index.js",
"lint": "tslint --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edgeworkscreative/st-press.git"
},
"keywords": [
"Stencil",
"StencilJS",
"JSX",
"Ionic4",
"event"
],
"author": "Edgeworks Creative",
"license": "MIT",
"bugs": {
"url": "https://github.com/edgeworkscreative/st-press"
},
"homepage": "https://github.com/edgeworkscreative/st-press",
"devDependencies": {
"@studio/changes": "^1.5.2",
"@types/jasmine": "^2.8.8",
"@types/node": "^8.5.1",
"rollup": "^0.56.2",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.16.1",
"tcs": "^10.0.0",
"tslint": "^5.10.0",
"tslint-ionic-rules": "0.0.14",
"typescript": "2.9.1",
"uglify-es": "^3.3.9"
}
}