UNPKG

@gmetrixr/rjson

Version:
52 lines (51 loc) 2.11 kB
{ "name": "@gmetrixr/rjson", "version": "1.1.86", "description": "(R)ecursive Json", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "repository": "https://github.com/gmetrixr/rjson", "author": "Sahil Ahuja <sahil@gmetri.com>", "sideEffects": false, "files": [ "lib" ], "scripts": { "@comment TEST": "Useful for testing", "check": "./node_modules/.bin/tsc --noEmit", "lint": "./node_modules/.bin/eslint --ext \".ts,.tsx\" ./src ", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha", "test-debug": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha --inspect-brk=0.0.0.0:3601 --color true --timeout 999999", "watch-test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -w", "circular": "npx madge --circular --extensions ts src/index.ts", "@comment PUBLISH": "Used for publishing this repo", "build": "rm -rf lib; ./node_modules/.bin/tsc -p tsconfig.json && ./node_modules/.bin/tsc -p tsconfig-cjs.json", "bundle": "pnpm publish:version && pnpm publish:npm", "publish:version": "N=$(node -p \"require('./package.json').name\") && pnpm version patch --message \"v%s: $N [ci skip]\"", "publish:version-notag": "N=$(node -p \"require('./package.json').name\") && pnpm version --no-git-tag-version patch && git commit -am \"trigger: $N [no skip]\"", "publish:npm": "V=$(node -p \"require('./package.json').version\") && pnpm publish --no-git-check" }, "peerDependencies": { "@gmetrixr/gdash": "1.x.x" }, "dependencies": { "ramda": "^0.27.1" }, "devDependencies": { "@gmetrixr/gdash": "^1.3.24", "@types/chai": "^4.2.15", "@types/lodash.merge": "^4.6.6", "@types/mocha": "^8.2.1", "@types/node": "^14.14.35", "@types/ramda": "^0.27.39", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "chai": "^4.3.4", "chalk": "^4.1.0", "eslint": "^8.34.0", "mocha": "^8.3.2", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", "typescript": "^4.9.5" } }