-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.26 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.26 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
55
56
{
"name": "svelte-copy",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ghostdevv/svelte-copy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostdevv/svelte-copy/issues"
},
"author": "Willow GHOST <ghostdevbusiness@gmail.com> (https://ghostdev.xyz)",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync && svelte-package && publint",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "2.7.2",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"dedent": "^1.5.3",
"ghostsui": "2.0.0-beta.1",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"publint": "^0.2.11",
"runed": "^0.15.3",
"sass": "^1.80.3",
"shiki": "^1.22.0",
"svelte": "^5.0.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"type": "module",
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
]
}