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/sandbox/package.json

18 lines
370 B

{
"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"
}
}