-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 875 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 875 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
38
39
40
{
"name": "svelte-terminal",
"author": "candywater",
"license": "MIT",
"type": "module",
"main": "lib/main.ts",
"exports": {
".": {
"svelte": "./lib/main.ts"
}
},
"scripts": {
"build": "vite build"
},
"dependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@shopify/draggable": "^1.0.0-beta.8",
"@tsconfig/svelte": "^5.0.0",
"tslib": "^2.6.2",
"typescript": "^5.5.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/node": "^20.11.17",
"svelte": "^5.0.0",
"vite": "^5.4.4",
"vite-plugin-string": "^1.2.3"
},
"keywords": [
"svelte"
],
"files": [
"src",
"dist"
],
"version": "0.0.2",
"description": "this is a terminal-like console window",
"repository": "https://github.com/candywater/svelte-terminal",
"packageManager": "pnpm@8.15.1"
}