-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "@myuw-web-components/myuw-card",
"version": "4.0.0",
"description": "",
"module": "dist/myuw-card.min.mjs",
"browser": "dist/myuw-card.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"serve": "live-server --port=4200",
"start": "run-p watch serve",
"sonar": "sonar-scanner",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myuw-web-components/myuw-card.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/myuw-web-components/myuw-card/issues"
},
"homepage": "https://github.com/myuw-web-components/myuw-card#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"aws-sdk": "^2.579.0",
"eslint": "^6.7.1",
"live-server": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"rollup": "^1.27.5",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-babel-minify": "^9.1.1",
"rollup-plugin-html": "^0.2.1",
"sonarqube-scanner": "^2.5.0"
},
"prettier": {
"trailingComma": "es5"
},
"files": [
"dist"
]
}