Skip to content

Commit

Permalink
sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 7, 2024
1 parent 1434d2a commit 0d09892
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"name": "svelte-migrate",
"version": "1.6.8",
"type": "module",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
"upgrade",
"svelte",
"sveltekit",
"tool"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/cli",
"directory": "packages/migrate"
},
"license": "MIT",
"homepage": "https://svelte.dev",
"type": "module",
"bin": {
"svelte-migrate": "./bin.js"
"scripts": {
"check": "tsc",
"format": "pnpm lint --write",
"lint": "prettier --check .",
"test": "vitest run --silent"
},
"files": [
"bin.js",
Expand All @@ -27,6 +23,9 @@
"!migrations/**/*.spec.js",
"!migrations/**/samples.md"
],
"bin": {
"svelte-migrate": "./bin.js"
},
"dependencies": {
"import-meta-resolve": "^4.1.0",
"kleur": "^4.1.5",
Expand All @@ -45,10 +44,11 @@
"svelte": "^4.2.10",
"vitest": "^2.0.1"
},
"scripts": {
"test": "vitest run --silent",
"check": "tsc",
"lint": "prettier --check .",
"format": "pnpm lint --write"
}
"keywords": [
"migration",
"upgrade",
"svelte",
"sveltekit",
"tool"
]
}

0 comments on commit 0d09892

Please sign in to comment.