@drop-in/new
Version:
A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI
27 lines (26 loc) • 471 B
JSON
{
"name": "@drop-in/plugin",
"version": "0.0.1",
"description": "",
"types": "global.d.ts",
"type": "module",
"exports": {
"./global": {
"default": "./global.d.ts"
},
".": {
"types": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Scott Tolinski",
"license": "ISC",
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}