-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "svesh",
"version": "1.0.5",
"license": "Apache-2.0",
"keywords": [
"svelte",
"sveltekit",
"mesh",
"webgl",
"components",
"gradient",
"ui",
"canvas"
],
"repository": "github:koodeau/svesh",
"bugs": {
"url": "https://github.com/koodeau/svesh/issues",
"email": "[email protected]"
},
"author": {
"name": "Nick Revenko",
"email": "[email protected]",
"url": "https://koodeau.me/"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. .",
"release": "npm run package && cd package && npm publish"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.64",
"@sveltejs/adapter-static": "^1.0.0-next.38",
"@sveltejs/kit": "next",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte2tsx": "^0.5.13",
"typescript": "^4.7.4",
"vite": "^3.0.0"
},
"type": "module",
"main": "./index.js",
"types": "./index.d.ts"
}