-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 934 Bytes
/
package.json
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
{
"name": "svelte-keyboard",
"version": "0.5.5",
"description": "Keyboard component for Svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/russellsamora/svelte-keyboard.git"
},
"keywords": [
"svelte",
"keyboard"
],
"author": "russell samora",
"license": "MIT",
"bugs": {
"url": "https://github.com/russellsamora/svelte-keyboard/issues"
},
"homepage": "https://github.com/russellsamora/svelte-keyboard#readme",
"scripts": {
"dev": "svelte-kit dev --host",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview"
},
"devDependencies": {
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.46.2",
"svelte2tsx": "^0.4.14",
"typescript": "^4.5.5"
},
"exports": {
".": "./Keyboard.svelte"
},
"type": "module",
"typings": "./Keyboard.svelte.d.ts"
}