0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-27 23:24:46 +01:00
svelte/playgrounds/sandbox/package.json

18 lines
370 B
JSON

{
"name": "svelte-playgrounds-sandbox",
"private": true,
"type": "module",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"format": "prettier --check --write .",
"lint": "prettier --check . && eslint"
},
"dependencies": {
"@types/minimist": "^1.2.5",
"minimist": "^1.2.8",
"svelte": "workspace:^",
"tiny-glob": "^0.2.9"
}
}