forked from abndnce/cod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 828 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
35
36
37
{
"name": "gadidae",
"type": "module",
"version": "0.2.0",
"description": "cod",
"license": "UNLICENSED",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc --noEmit",
"bump": "bumpp",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@tsdown/css": "^0.22.0",
"@types/node": "^25.6.2",
"@unocss/reset": "^66.7.0",
"bumpp": "^11.1.0",
"prettier-plugin-svelte": "^4.0.1",
"svelte": "^5.55.9",
"svelte-check": "^4.4.8",
"tsdown": "^0.22.0",
"typescript": "^6.0.3"
},
"inlinedDependencies": {
"clsx": "2.1.1",
"esm-env": "1.2.2",
"svelte": "5.55.9"
}
}