-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "github-flexi-card",
"version": "2.0.0",
"description": "Home assistant github card",
"main": "dist/github-flexi-card.js",
"scripts": {
"build": "rollup -c",
"release": "rollup --environment RELEASE -c",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/maxwroc/github-flexi-card.git"
},
"keywords": [
"github",
"card",
"flexi",
"home",
"assistant",
"lovelace"
],
"author": "Max Chodorowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxwroc/github-flexi-card/issues"
},
"homepage": "https://github.com/maxwroc/github-flexi-card#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"rollup": "^2.29.0",
"rollup-plugin-import-css": "^3.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-version-injector": "^1.3.3",
"tslib": "^2.0.2",
"typescript": "^4.0.3"
}
}