{
	"name": "rxjs-collection",
	"description": "RXJS enhanced Array, Map, WeakMap, Set and WeakSet",
	"version": "2.2.0",
	"license": "MIT",
	"type": "module",
	"keywords":
	[
		"reactive",
		"hyperactive",
		"array",
		"map",
		"weakmap",
		"set",
		"weakset"
	],
	"author":
	{
		"name": "Henry Ruhs",
		"url": "https://henryruhs.com"
	},
	"bugs":
	{
		"url": "https://github.com/henryruhs/rxjs-collection/issues"
	},
	"repository":
	{
		"type": "git",
		"url": "https://github.com/henryruhs/rxjs-collection.git"
	},
	"peerDependencies":
	{
		"rxjs": "^7"
	},
	"devDependencies":
	{
		"@isnotdefined/eslint-config": "10.0.0",
		"@rollup/plugin-typescript": "12.1.2",
		"@types/chai": "5.0.1",
		"@types/mocha": "10.0.10",
		"@types/node": "22.13.1",
		"chai": "5.1.2",
		"eslint": "9.19.0",
		"mocha": "11.1.0",
		"rollup": "4.34.5",
		"rollup-plugin-copy": "3.5.0",
		"rollup-plugin-delete": "2.1.0",
		"rollup-plugin-ts": "3.4.5",
		"ts-node": "10.9.2",
		"typescript": "5.7.3"
	},
	"scripts":
	{
		"build": "rollup --config rollup.config.js",
		"lint": "eslint .",
		"fix": "npm run lint -- --fix",
		"test": "mocha"
	},
	"main": "index.cjs",
	"module": "index.mjs"
}
