-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 910 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
{
"name": "ha-map-card",
"version": "1.6.0",
"description": "A better Map Card for Home Assistant",
"main": "src/index.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"watch": "rollup -c --watch --bundleConfigAsCjs",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathan-gs/ha-map-card.git"
},
"author": "Nathan Bijnens",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathan-gs/ha-map-card/issues"
},
"homepage": "https://github.com/nathan-gs/ha-map-card#readme",
"dependencies": {
"leaflet": "^1.9.4",
"lit": "^3.1.3"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint": "^9.5.0",
"eslint-plugin-jsdoc": "^48.2.12",
"globals": "^15.3.0",
"rollup": "^4.22.4"
}
}