mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-23 08:58:43 +00:00
* format test config * chore: changed name for store file * updated vite in example project * chore: fix manual install instructions * chore: updated instructions and examples in readme * chore: fix igniter installer * chore: fix igniter installer tests. update guides
34 lines
896 B
JSON
34 lines
896 B
JSON
{
|
|
"name": "live_svelte",
|
|
"version": "0.18.0-rc0",
|
|
"type": "module",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"types": "./assets/js/live_svelte/types.d.ts",
|
|
"author": "Wout De Puysseleir <contact@wout.space>",
|
|
"scripts": {
|
|
"format": "npx prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-svelte": "^3.5.1",
|
|
"svelte": "^5.53.7"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./assets/js/live_svelte/index.ts",
|
|
"types": "./assets/js/live_svelte/types.d.ts"
|
|
},
|
|
"./vitePlugin": "./assets/js/live_svelte/vite_plugin.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/woutdp/live_svelte.git"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE.md",
|
|
"package.json",
|
|
"assets/js/live_svelte/*"
|
|
]
|
|
}
|