Skip to content

Commit 11eb6f2

Browse files
committed
chore: format
1 parent 99d7165 commit 11eb6f2

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "pm-proxy-cli",
3-
"version": "1.0.0",
4-
"module": "./src/index.js",
5-
"type": "module",
6-
"license": "MIT",
7-
"author": "Maxwell Chen",
8-
"homepage": "https://github.com/ping-maxwell/pm-proxy-cli",
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/ping-maxwell/pm-proxy-cli"
12-
},
13-
"keywords": [
14-
"cli",
15-
"package manager",
16-
"proxy",
17-
"alias"
18-
],
19-
"description": "A CLI that automatically detects the package manager (pnpm, bun, npm, yarn, etc.) based on the current directory, and then forwards all CLI args to that package manager.",
20-
"bin": {
21-
"pm": "dist/index.js"
22-
},
23-
"scripts": {
24-
"build": "tsc",
2+
"name": "pm-proxy-cli",
3+
"version": "1.0.0",
4+
"module": "./src/index.js",
5+
"type": "module",
6+
"license": "MIT",
7+
"author": "Maxwell Chen",
8+
"homepage": "https://github.com/ping-maxwell/pm-proxy-cli",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/ping-maxwell/pm-proxy-cli"
12+
},
13+
"keywords": [
14+
"cli",
15+
"package manager",
16+
"proxy",
17+
"alias"
18+
],
19+
"description": "A CLI that automatically detects the package manager (pnpm, bun, npm, yarn, etc.) based on the current directory, and then forwards all CLI args to that package manager.",
20+
"bin": {
21+
"pm": "dist/index.js"
22+
},
23+
"scripts": {
24+
"build": "tsc",
2525
"start": "bun run src/index.ts"
26-
},
27-
"devDependencies": {
28-
"@types/bun": "latest"
29-
},
30-
"peerDependencies": {
31-
"typescript": "^5"
32-
}
26+
},
27+
"devDependencies": {
28+
"@types/bun": "latest"
29+
},
30+
"peerDependencies": {
31+
"typescript": "^5"
32+
}
3333
}

0 commit comments

Comments
 (0)