{
	"name": "prop-change-decorators",
	"version": "1.0.1",
	"description": "",
	"author": "Arumi Sakura",
	"license": "MIT",
	"readmeFilename": "README.md",
	"sideEffects": false,
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git://github.com/arumi-s/prop-change-decorators.git"
	},
	"tags": [],
	"scripts": {
		"build": "tsup",
		"prettier:fix": "prettier --write \"**/*.{ts,md}\"",
		"prettier:check": "prettier --check \"**/*.{ts,md}\"",
		"lint:fix": "eslint --max-warnings 0 --fix --ext .ts src/",
		"lint:check": "eslint --max-warnings 0 --ext .ts src/",
		"test": "jest --coverage --verbose",
		"test:watch": "jest --watch",
		"test:ci": "jest --runInBand --no-cache --coverage --verbose"
	},
	"devDependencies": {
		"@types/jest": "^29.5.1",
		"@typescript-eslint/eslint-plugin": "^5.59.2",
		"@typescript-eslint/parser": "^5.59.2",
		"eslint": "^8.40.0",
		"eslint-config-prettier": "^8.8.0",
		"eslint-plugin-jest": "^27.2.1",
		"jest": "^29.5.0",
		"jest-websocket-mock": "^2.4.0",
		"prettier": "^2.8.8",
		"ts-jest": "^29.1.0",
		"ts-node": "^10.9.1",
		"tsup": "^6.7.0",
		"typescript": "^4.9.5"
	},
	"files": [
		"dist/**/!(*.tsbuildinfo)",
		"src",
		"LICENSE",
		"package.json",
		"README.md",
		"tsconfig.json"
	],
	"peerDependencies": {
		"rxjs": ">=7"
	}
}
