apphook
Version:
A way to implant/modify other piece of code
36 lines (35 loc) • 812 B
JSON
{
"name": "apphook",
"version": "1.0.7",
"description": "A way to implant/modify other piece of code",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": ["./dist", "./types"],
"scripts": {
"build": "tsc",
"test": "jest --coverage tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apitable/apphook.git"
},
"keywords": [
"hook",
"plugin",
"wordpress",
"event",
"event-manager"
],
"author": "Kelly Peilin Chan <kelly@apitable.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apitable/apphook/issues"
},
"homepage": "https://github.com/apitable/apphook",
"devDependencies": {
"@types/jest": "^29.2.0",
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}