{
	"name": "@ouroboros/subscribe",
	"version": "1.3.3",
	"description": "A class that allows adding easy subscription and notification abilities by extending it",
	"main": "index.js",
	"types": "index.d.ts",
	"scripts": {
		"build": "tslint -p tsconfig.json && tsc",
		"clean": "rm index.js index.d.ts",
		"for_local": "npm install; tslint -p tsconfig.json && tsc; rm -Rf node_modules",
		"test": "echo \"Error: no test specified.\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ouroboroscoding/subscribe-js.git"
	},
	"keywords": [
		"javascript",
		"subscribe",
		"subpub"
	],
	"author": "Chris Nasr <chris@ouroboroscoding.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ouroboroscoding/subscribe-js/issues"
	},
	"devDependencies": {
		"tslint": "^6.1.3",
		"tslint-config-prettier": "^1.18.0",
		"typescript": "^4.8.3"
	},
	"dependencies": {
		"@ouroboros/clone": "^1.1.0",
		"@ouroboros/tools": "^0.6.3"
	},
	"peerDependencies": {}
}