Skip to content

Commit 350b40e

Browse files
committed
chore: update tooling
1 parent fea2973 commit 350b40e

File tree

4 files changed

+164
-76
lines changed

4 files changed

+164
-76
lines changed

package.json

Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
11
{
22
"name": "@bomb.sh/args",
3-
"publishConfig": {
4-
"access": "public",
5-
"provenance": true
6-
},
7-
"type": "module",
83
"version": "0.3.1",
9-
"types": "./dist/index.d.ts",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/bombshell-dev/args"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/bombshell-dev/args/issues"
16-
},
17-
"homepage": "https://github.com/bombshell-dev/args#README",
18-
"scripts": {
19-
"build": "node scripts/build.js && tsc -p .",
20-
"bench": "node scripts/bench.js",
21-
"dev": "vitest",
22-
"fmt": "prettier --write \"**/*.{js,ts,md}\"",
23-
"fmt:check": "prettier --list-different \"**/*.{js,ts,md}\"",
24-
"test": "vitest run"
4+
"type": "module",
5+
"license": "MIT",
6+
"author": {
7+
"name": "Bombshell",
8+
"email": "oss@bomb.sh",
9+
"url": "https://bomb.sh"
2510
},
26-
"files": [
27-
"dist",
28-
"CHANGELOG.md"
11+
"homepage": "https://github.com/bombshell-dev/args",
12+
"keywords": [
13+
"cli",
14+
"args",
15+
"yargs",
16+
"minimist"
2917
],
3018
"exports": {
3119
".": {
@@ -34,23 +22,15 @@
3422
},
3523
"./package.json": "./package.json"
3624
},
37-
"keywords": [
38-
"cli",
39-
"args",
40-
"yargs",
41-
"minimist"
42-
],
43-
"author": {
44-
"name": "Nate Moore",
45-
"email": "nate@natemoo.re",
46-
"url": "https://natemoo.re"
47-
},
48-
"license": "MIT",
49-
"volta": {
50-
"node": "22.14.0"
25+
"scripts": {
26+
"dev": "bsh dev",
27+
"build": "bsh build",
28+
"format": "bsh format",
29+
"lint": "bsh lint",
30+
"test": "vitest run"
5131
},
52-
"packageManager": "pnpm@10.7.0",
5332
"devDependencies": {
33+
"@bomb.sh/tools": "^0.0.3",
5434
"@changesets/cli": "^2.18.1",
5535
"benchmark": "^2.1.4",
5636
"chalk": "^5.4.1",
@@ -63,5 +43,29 @@
6343
"typescript": "^4.7.4",
6444
"vitest": "^3.0.9",
6545
"yargs-parser": "^21.1.1"
46+
},
47+
"publishConfig": {
48+
"access": "public",
49+
"provenance": true
50+
},
51+
"repository": {
52+
"type": "git",
53+
"url": "https://github.com/bombshell-dev/args"
54+
},
55+
"volta": {
56+
"node": "22.14.0"
57+
},
58+
"packageManager": "pnpm@10.7.0",
59+
"devEngines": {
60+
"runtime": {
61+
"name": "node",
62+
"version": "22.14.0",
63+
"onFail": "error"
64+
},
65+
"packageManager": {
66+
"name": "pnpm",
67+
"version": "10.7.0",
68+
"onFail": "error"
69+
}
6670
}
6771
}

pnpm-lock.yaml

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
onlyBuiltDependencies:
2+
- esbuild

scripts/build.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)