publish-subscribe-pattern
Version:
发布订阅
17 lines (16 loc) • 337 B
JSON
{
"name": "publish-subscribe-pattern",
"version": "1.0.1",
"description": "发布订阅",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"keywords": [
"发布订阅"
],
"author": "ygy",
"license": "ISC"
}