@ouroboros/events
Version:
Package to give the ability to subscribe to and trigger synchronous events in javascript. Useful for passing data around a project without creating import conflicts.
34 lines • 923 B
JSON
{
"name": "@ouroboros/events",
"version": "1.1.0",
"description": "Package to give the ability to subscribe to and trigger synchronous events in javascript. Useful for passing data around a project without creating import conflicts.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tslint -p tsconfig.json && tsc",
"clean": "rm build/*",
"test": "echo \"Error: no test specified.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouroboroscoding/events-js.git"
},
"keywords": [
"javascript",
"events",
"subscribe",
"subpub"
],
"author": "Chris Nasr <chris@ouroboroscoding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouroboroscoding/events-js/issues"
},
"devDependencies": {
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.3"
},
"dependencies": {},
"peerDependencies": {}
}