-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 1.12 KB
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
{
"name": "drag-and-drop-card",
"version": "0.9.5",
"description": "A true drag and drop card for Home Assistant. Make it as large (or small) as you want where you can add as many cards as you like, ANYWHERE you like.",
"type": "module",
"license": "MIT",
"private": false,
"scripts": {
"build": "esbuild src/drag-and-drop-card.js --bundle --minify --sourcemap --format=esm --target=es2019 --outfile=dist/drag-and-drop-card.js --define:__VERSION__=\\\"$npm_package_version\\\"",
"test": "node --test",
"watch": "npm run build -- --watch"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"esbuild": "^0.25.9"
},
"dependencies": {
"interactjs": "^1.10.27",
"js-yaml": "^4.1.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Prosono/Drag-And-Drop-Card.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/Prosono/Drag-And-Drop-Card/issues"
},
"homepage": "https://github.com/Prosono/Drag-And-Drop-Card#readme"
}