topic
Version:
轻量级事件同步收发管理
61 lines (60 loc) • 1.28 kB
JSON
{
"name": "topic",
"version": "3.0.2",
"description": "轻量级事件同步收发管理",
"contributors": [
"罪 <fanwenhua1990@gmail.com> (https://github.com/geekact)"
],
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
}
},
"scripts": {
"test": "jest",
"prepublishOnly": "tsup",
"prepare": "husky install"
},
"engines": {
"node": ">=12"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": "git@github.com:geekact/topic.git",
"keywords": [
"events",
"subscribe",
"subscription",
"publish"
],
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@swc/core": "^1.2.177",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"husky": "^7.0.4",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^28.0.1",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md",
"CHANGELOG.md"
]
}