{
	"name": "custom-listenable",
	"version": "0.2.2",
	"description": "Create custom listenable with addListener and removeListener methods.",
	"main": "./dist/index.js",
	"module": "./dist/index.es.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"start": "rollup --configPlugin typescript -c -w",
		"dev": "npm start",
		"build": "rollup --configPlugin typescript -c",
		"prepare": "npm run build",
		"lint": "eslint src"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/FilipChalupa/custom-listenable.git"
	},
	"keywords": [
		"listenable",
		"events",
		"typescript"
	],
	"author": {
		"name": "Filip Chalupa",
		"email": "chalupa.filip@gmail.com",
		"url": "https://www.npmjs.com/~onset"
	},
	"license": "ISC",
	"devDependencies": {
		"@babel/core": "^7.20.2",
		"@rollup/plugin-commonjs": "^23.0.2",
		"@rollup/plugin-node-resolve": "^15.0.1",
		"@rollup/plugin-typescript": "^9.0.2",
		"@typescript-eslint/eslint-plugin": "^5.52.0",
		"@typescript-eslint/parser": "^5.52.0",
		"babel-loader": "^9.1.0",
		"eslint": "^8.34.0",
		"prettier": "^3.4.2",
		"rollup": "^3.29.5",
		"rollup-plugin-delete": "^2.0.0",
		"rollup-plugin-typescript2": "^0.34.1",
		"typescript": "^5.7.2"
	},
	"files": [
		"/dist/"
	]
}
