Skip to content

Commit

Permalink
sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrik-csak committed Mar 14, 2024
1 parent 26a596e commit ced5b63
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 12 deletions.
70 changes: 70 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@
"spreadsheet column letters",
"license plate serials"
],
"homepage": "https://github.com/patrik-csak/BB26#readme",
"bugs": {
"url": "https://github.com/patrik-csak/BB26/issues"
},
"repository": "github:patrik-csak/BB26",
"funding": "https://buymeacoffee.com/patrikcsak",
"license": "MIT",
"author": "Patrik Csak <[email protected]>",
"author": "Patrik Csak <[email protected]> (https://patrikcsak.com)",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"repository": "github:patrik-csak/BB26",
"scripts": {
"build": "del-cli dist && tsc",
"format": "xo --fix",
"format": "xo --fix && sort-package-json",
"prepare": "npm run build",
"test": "xo && ava",
"test": "xo && sort-package-json --check && ava",
"test:coverage": "del-cli coverage && xo && c8 ava",
"test:coverage:lcov": "del-cli coverage && xo && c8 --reporter=lcovonly ava"
},
Expand All @@ -37,14 +36,12 @@
"ava": "^5.2.0",
"c8": "^7.10.0",
"del-cli": "^5.0.0",
"sort-package-json": "^2.8.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.2",
"xo": "^0.54.1"
},
"engines": {
"node": ">=16 <=19"
},
"exports": "./dist/index.js",
"type": "module",
"funding": "https://buymeacoffee.com/patrikcsak"
}
}

0 comments on commit ced5b63

Please sign in to comment.