-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 902 Bytes
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": "html-deck-editor-core",
"version": "0.1.3",
"private": false,
"type": "module",
"description": "Core converter and editor runtime for editable HTML decks.",
"license": "MIT",
"author": "wengzige",
"repository": {
"type": "git",
"url": "git+https://github.com/wengzige/html-deck-editor.git"
},
"homepage": "https://wengzige.github.io/html-deck-editor/",
"bugs": {
"url": "https://github.com/wengzige/html-deck-editor/issues"
},
"scripts": {
"test": "vitest run",
"test:final-samples": "vitest run src/test/detector.test.ts src/test/repro-image-loss.test.ts src/test/runtime-lifecycle.test.ts",
"typecheck": "tsc -b"
},
"dependencies": {
"jszip": "^3.10.1"
},
"devDependencies": {
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"vite": "^7.3.6",
"vitest": "^3.2.4"
},
"overrides": {
"esbuild": "^0.28.1"
}
}