@donmahallem/rxjs-zone
Version:
Helper for handling zone.js with rxjs
68 lines (67 loc) • 2.12 kB
JSON
{
"name": "@donmahallem/rxjs-zone",
"version": "0.6.6",
"description": "Helper for handling zone.js with rxjs",
"main": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts",
"private": false,
"type": "module",
"keywords": [
"rxjs",
"angular",
"zone",
"zone.js"
],
"typedocMain": "./src/index.ts",
"scripts": {
"build": "rollup -c rollup.config.mjs",
"build:readme": "npx @appnest/readme generate --input ../package_readme_blueprint.md --config readme_config.json",
"test": "mocha --config ../../.mocharc.json",
"test:coverage": "c8 --config ../../.nycrc.json npm run test",
"lint": "eslint -c ./.eslintrc.mjs ./src",
"postlint": "prettier --config ./../../.prettierrc src/**/*.ts --check",
"lint:fix": "eslint -c ./.eslintrc.mjs ./src --fix",
"postlint:fix": "prettier --config ./../../.prettierrc src/**/*.ts --write",
"prepublishOnly": "npm run test && npm run build",
"version": "npm run build:readme && git add README.md"
},
"homepage": "https://donmahallem.github.io/js-libs/",
"author": {
"name": "donmahallem",
"email": "donmahallem@users.noreply.github.com",
"url": "https://github.com/donmahallem"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/donmahallem/js-libs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/donmahallem/js-libs.git"
},
"engines": {
"node": ">=20"
},
"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts"
},
"files": [
"dist/*",
"src/*",
"!src/**/*.spec.ts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@angular/core": "19.2.0",
"rxjs": "7.8.2"
},
"peerDependencies": {
"@angular/core": "<20.0.0",
"rxjs": "<8.0.0"
},
"gitHead": "649ba4fee6e7a80f5bd36d0b94088ddcd2d22b7d"
}