Skip to content

Commit

Permalink
[meta] sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 13, 2024
1 parent 8f633bc commit 8305bf9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,20 @@
"url": "https://github.com/inspect-js/which-builtin-type/issues"
},
"homepage": "https://github.com/inspect-js/which-builtin-type#readme",
"engines": {
"node": ">= 0.4"
"dependencies": {
"call-bound": "^1.0.2",
"function.prototype.name": "^1.1.6",
"has-tostringtag": "^1.0.2",
"is-async-function": "^2.0.0",
"is-date-object": "^1.1.0",
"is-finalizationregistry": "^1.1.0",
"is-generator-function": "^1.0.10",
"is-regex": "^1.2.1",
"is-weakref": "^1.0.2",
"isarray": "^2.0.5",
"which-boxed-primitive": "^1.1.0",
"which-collection": "^1.0.2",
"which-typed-array": "^1.1.16"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
Expand Down Expand Up @@ -80,6 +92,9 @@
"tape": "^5.9.0",
"typescript": "next"
},
"engines": {
"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
Expand All @@ -88,21 +103,6 @@
"backfillLimit": false,
"hideCredit": true
},
"dependencies": {
"call-bound": "^1.0.2",
"function.prototype.name": "^1.1.6",
"has-tostringtag": "^1.0.2",
"is-async-function": "^2.0.0",
"is-date-object": "^1.1.0",
"is-finalizationregistry": "^1.1.0",
"is-generator-function": "^1.0.10",
"is-regex": "^1.2.1",
"is-weakref": "^1.0.2",
"isarray": "^2.0.5",
"which-boxed-primitive": "^1.1.0",
"which-collection": "^1.0.2",
"which-typed-array": "^1.1.16"
},
"publishConfig": {
"ignore": [
".github/workflows"
Expand Down

0 comments on commit 8305bf9

Please sign in to comment.