json-comb
Version:
Command line app to manage sets of JSON files
85 lines (84 loc) • 1.84 kB
JSON
{
"name": "json-comb",
"version": "0.10.0",
"description": "Command line app to manage sets of JSON files",
"keywords": [
"app",
"cli",
"command line",
"delete",
"file",
"files",
"json",
"key",
"manage",
"normalise",
"normalize",
"tool",
"utility"
],
"homepage": "https://codsen.com/os/json-comb",
"repository": {
"type": "git",
"url": "git+https://github.com/codsen/codsen.git",
"directory": "packages/json-comb"
},
"license": "MIT",
"author": {
"name": "Roy Revelt",
"email": "roy@codsen.com",
"url": "https://codsen.com"
},
"type": "module",
"bin": {
"jsoncomb": "cli.js"
},
"scripts": {
"build": "exit 0",
"cjs-off": "exit 0",
"cjs-on": "exit 0",
"dev": "exit 0",
"devtest": "npm run test",
"dts": "exit 0",
"examples": "exit 0",
"lect": "node '../../ops/lect/lect.js'",
"letspublish": "npm publish --provenance || :",
"lint": "eslint . --fix --concurrency=auto --cache",
"perf": "exit 0",
"prep": "echo 'ready'",
"prettier": "prettier",
"prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
"pretest": "exit 0",
"test": "c8 npm run unit && npm run lint",
"unit": "uvu test"
},
"engines": {
"node": ">=18"
},
"c8": {
"check-coverage": false,
"exclude": [
"**/test/**/*.*"
]
},
"lect": {
"licence": {
"extras": [
""
]
}
},
"dependencies": {
"fs-extra": "^11.3.2",
"globby": "^15.0.0",
"is-d": "^1.0.0",
"json-comb-core": "^8.1.0",
"meow": "^14.0.0",
"p-map": "^7.0.3",
"p-reduce": "^3.0.0",
"update-notifier": "^7.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}