UNPKG

jfather

Version:

JSON with merge, extend and override.

83 lines (82 loc) 2.25 kB
{ "name": "jfather", "version": "0.4.0", "description": "JSON with merge, extend and override.", "keywords": [ "jfather", "json", "merge", "extend", "override", "front-end", "backend" ], "homepage": "https://github.com/regseb/jfather#readme", "bugs": { "url": "https://github.com/regseb/jfather/issues", "email": "regseb@gmail.com" }, "license": "MIT", "author": "Sébastien Règne <regseb@gmail.com> (https://github.com/regseb)", "funding": [ "https://buymeacoffee.com/regseb", "https://www.paypal.me/sebastienregne" ], "files": [ "./src/", "./types/" ], "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json" }, "main": "./src/index.js", "types": "./types/index.d.ts", "repository": "regseb/jfather", "type": "module", "scripts": { "lint": "metalint", "lint:fix": "metalint --fix", "lint:types": "tsc --project .tsconfig_lint.json", "test": "npm run test:coverage", "test:unit": "node --test", "test:coverage": "stryker run", "jsdocs": "typedoc --tsconfig .tsconfig_jsdocs.json", "prepare": "tsc --project .tsconfig_types.json", "clean": "node .script/clean.js" }, "devDependencies": { "@prantlf/jsonlint": "16.0.0", "@prettier/plugin-xml": "3.4.1", "@stryker-mutator/core": "8.7.1", "@stryker-mutator/tap-runner": "8.7.1", "@types/eslint-plugin-mocha": "10.4.0", "@types/node": "22.10.5", "eslint": "9.17.0", "eslint-plugin-array-func": "5.0.2", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.1", "eslint-plugin-mocha": "10.5.0", "eslint-plugin-n": "17.15.1", "eslint-plugin-no-unsanitized": "4.1.2", "eslint-plugin-promise": "7.2.1", "eslint-plugin-regexp": "2.7.0", "eslint-plugin-unicorn": "56.0.1", "globals": "15.14.0", "markdownlint": "0.37.3", "metalint": "0.19.0", "npm-package-json-lint": "8.0.0", "prettier": "3.4.2", "publint": "0.2.12", "typedoc": "0.27.6", "typescript": "5.7.2", "yaml-lint": "1.7.0" }, "engines": { "node": ">=20.18" } }