mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-24 16:29:46 +01:00
34 lines
985 B
JSON
34 lines
985 B
JSON
{
|
|
"name": "svelte-monorepo",
|
|
"version": "0.0.1",
|
|
"description": "monorepo for svelte and friends",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "pnpm test -r --filter=./packages/*",
|
|
"build": "pnpm -r build",
|
|
"check": "pnpm -r check",
|
|
"lint": "pnpm -r lint",
|
|
"format": "pnpm -r format",
|
|
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
|
|
"changeset:publish": "changeset publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sveltejs/svelte.git"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.0",
|
|
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-svelte": "^2.28.0",
|
|
"eslint-plugin-unicorn": "^47.0.0",
|
|
"playwright": "^1.34.3",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.0"
|
|
},
|
|
"packageManager": "pnpm@8.6.0"
|
|
}
|