You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/playgrounds/basic/package.json

15 lines
245 B

{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node --watch start.js"
},
"devDependencies": {
"rollup": "^3.25.1",
"rollup-plugin-serve": "^2.0.2",
"svelte": "workspace:*"
}
}