UNPKG

sort-nested-json

Version:
40 lines (39 loc) 916 B
{ "name": "sort-nested-json", "version": "0.4.3", "description": "A module to sort a JSON array.", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.js", "module": "lib/esm/index.js", "files": [ "lib/" ], "repository": "github:jgpieters/sort-nested-json", "scripts": { "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "publish:npm": "npm run tsc && npm publish" }, "keywords": [ "json", "sort", "order", "array", "list", "sorting", "asc", "desc", "nested", "object", "table" ], "author": "Joris Pieters <joris@jtac.io>", "license": "MIT", "devDependencies": { "@types/mocha": "9.0.0", "@types/node": "17.0.0", "mocha": "9.1.3", "ts-node": "10.4.0", "typescript": "^5.0.2" } }