sort-keys-cli
Version:
Sort JSON file keys
45 lines (44 loc) • 930 B
JSON
{
"name": "sort-keys-cli",
"version": "2.0.0",
"description": "Sort JSON file keys",
"repository": {
"type": "git",
"url": "git+https://github.com/stuft2/sort-keys-cli.git"
},
"author": {
"name": "Spencer Tuft",
"email": "spencer.tuft@gmail.com"
},
"bin": {
"sort-keys": "cli.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "npx @biomejs/biome check *.js",
"lint:fix": "npx @biomejs/biome check --write *.js",
"test": "node --test cli.test.js"
},
"files": [
"cli.js"
],
"keywords": [
"sort-keys",
"cli"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stuft2/sort-keys-cli/issues"
},
"homepage": "https://github.com/stuft2/sort-keys-cli#readme",
"dependencies": {
"meow": "^6.0.1",
"sort-keys": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.10.7"
}
}