Skip to content

Commit 16f6f07

Browse files
committed
sort package.json
1 parent ae4d579 commit 16f6f07

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Diff for: package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,36 @@
22
"name": "create-svelte-with-args",
33
"version": "4.1.1",
44
"description": "A small CLI wrapper around the create-svelte package that enables you to replace the interactive prompts with CLI arguments.",
5-
"bin": "dist/bin.js",
6-
"repository": "[email protected]:storybookjs/create-svelte-with-args.git",
7-
"author": "Jeppe Reinhold <[email protected]>",
85
"keywords": [
96
"svelte",
107
"create-svelte",
118
"cli"
129
],
10+
"repository": "[email protected]:storybookjs/create-svelte-with-args.git",
1311
"license": "MIT",
12+
"author": "Jeppe Reinhold <[email protected]>",
1413
"type": "module",
14+
"bin": "dist/bin.js",
15+
"files": [
16+
"dist"
17+
],
1518
"scripts": {
1619
"build": "tsup",
20+
"check-all": "pnpm format:check && pnpm type-check && pnpm build && pnpm start:all",
21+
"format": "prettier --write .",
22+
"format:check": "prettier --check .",
23+
"release": "auto shipit",
1724
"prestart": "pnpm build",
1825
"start": "node ./dist/bin.js",
26+
"start:all": "pnpm start:default && pnpm start:mini && pnpm start:maxi && pnpm start:svelte5 && pnpm start:dry",
1927
"start:default": "pnpm start --name=default --template=default --types=checkjs --no-prettier --no-eslint --no-playwright --no-vitest --no-svelte5",
20-
"start:mini": "pnpm start --name=mini --template=skeleton --types=null --no-prettier --no-eslint --no-playwright --no-vitest --no-svelte5",
28+
"start:dry": "pnpm start:default --dry",
2129
"start:maxi": "pnpm start --name=maxi --template=default --types=typescript --prettier --eslint --playwright --vitest --no-svelte5",
30+
"start:mini": "pnpm start --name=mini --template=skeleton --types=null --no-prettier --no-eslint --no-playwright --no-vitest --no-svelte5",
2231
"start:svelte5": "pnpm start --name=svelte5 --template=default --types=typescript --prettier --eslint --playwright --vitest --svelte5",
23-
"start:dry": "pnpm start:default --dry",
24-
"start:all": "pnpm start:default && pnpm start:mini && pnpm start:maxi && pnpm start:svelte5 && pnpm start:dry",
25-
"format": "prettier --write .",
26-
"format:check": "prettier --check .",
27-
"type-check": "tsc --noEmit",
28-
"check-all": "pnpm format:check && pnpm type-check && pnpm build && pnpm start:all",
29-
"release": "auto shipit"
30-
},
31-
"files": [
32-
"dist"
33-
],
34-
"packageManager": "[email protected]",
35-
"engines": {
36-
"node": ">=18.0.0"
32+
"type-check": "tsc --noEmit"
3733
},
34+
"prettier": "@storybook/linter-config/prettier.config.js",
3835
"dependencies": {
3936
"create-svelte": "5.3.2",
4037
"yargs": "^17.7.2"
@@ -49,7 +46,10 @@
4946
"tsup": "^8.0.1",
5047
"typescript": "^5.3.2"
5148
},
52-
"prettier": "@storybook/linter-config/prettier.config.js",
49+
"packageManager": "[email protected]",
50+
"engines": {
51+
"node": ">=18.0.0"
52+
},
5353
"auto": {
5454
"plugins": [
5555
"npm",

0 commit comments

Comments
 (0)