forked from ghostdevv/svelte-copy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 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
{
"name": "svelte-copy",
"version": "1.4.5",
"repository": {
"type": "git",
"url": "git+https://github.com/ctrlsa/svelte-copy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostdevv/svelte-copy/issues"
},
"author": "GHOST <ghostdevbusiness@gmail.com> (https://ghostdev.xyz)",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync && svelte-package"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "1.20.5",
"@sveltejs/package": "^2.2.6",
"ghostsui": "^1.6.0",
"svelte": "^4.2.11",
"svelte2tsx": "^0.6.27",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^4.5.2"
},
"peerDependencies": {
"svelte": "^3.55.0 || ^4.0.0"
},
"type": "module",
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
]
}