class-event-handler
Version:
A Generic Event Handler
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "class-event-handler",
"version": "0.1.1",
"description": "A Generic Event Handler",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"scripts": {
"test": "npx jest",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amourspirit/class-event-handler.git"
},
"files": [
"dist/"
],
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"verbose": false
},
"keywords": [
"EventListener",
"event",
"trigger",
"dom",
"event",
"handler",
"event",
"handler",
"handler"
],
"author": {
"name": "Paul Moss",
"email": "Amourspirit@users.noreply.github.com",
"url": "https://github.com/Amourspirit"
},
"license": "MIT",
"devDependencies": {
"jest": "^26.5.3",
"jest-mock-console": "^1.0.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
}
}