microevent.ts
Version:
Zero cost events
35 lines (34 loc) • 797 B
JSON
{
"name": "microevent.ts",
"version": "0.2.1",
"description": "Zero cost events",
"scripts": {
"prepublish": "tsc",
"test": "mocha --require ts-node/register -R spec -u tdd --recursive 'test/**/*.ts'"
},
"author": "Christian Speckner <cnspeckn@googlemail.com> (https://github.com/DirtyHairy/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DirtyHairy/microevent.git"
},
"keywords": [
"events",
"performance"
],
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"mocha": "~6.1.4",
"ts-node": "^8.1.0",
"typescript": "~3.4.5",
"typings": "^2.1.1"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"CHANGELOG.md"
]
}