-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@cver/motifmint",
"version": "0.1.0",
"type": "module",
"description": "Open-source raster (JPG/PNG) to SVG converter. Runs entirely in the browser via WebAssembly.",
"license": "MIT",
"homepage": "https://github.com/CVERInc/motifmint",
"repository": {
"type": "git",
"url": "https://github.com/CVERInc/motifmint.git"
},
"bugs": {
"url": "https://github.com/CVERInc/motifmint/issues"
},
"keywords": [
"svg",
"motifmint",
"raster-to-svg",
"png-to-svg",
"jpg-to-svg",
"vtracer",
"wasm",
"image-tracing"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/svelte": "^7.0.0",
"@lucide/svelte": "^1.16.0",
"astro": "^5.0.0",
"bleedblend": "latest",
"fflate": "^0.8.3",
"svelte": "^5.0.0",
"svgo": "^3.3.2",
"wasm_vtracer": "^0.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@types/node": "^22.10.0",
"prettier": "^3.4.0",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-svelte": "^3.3.0",
"typescript": "^5.9.3",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.1.9"
}
}