mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@yume-chan/event",
|
|
"version": "2.0.0",
|
|
"description": "Event/EventEmitter",
|
|
"keywords": [
|
|
"event",
|
|
"eventemitter",
|
|
"typescript"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Simon Chan",
|
|
"email": "cnsimonchan@live.com",
|
|
"url": "https://chensi.moe/blog"
|
|
},
|
|
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/event#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yume-chan/ya-webadb.git",
|
|
"directory": "libraries/event"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yume-chan/ya-webadb/issues"
|
|
},
|
|
"type": "module",
|
|
"main": "esm/index.js",
|
|
"types": "esm/index.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc -b tsconfig.build.json",
|
|
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "run-test"
|
|
},
|
|
"dependencies": {
|
|
"@yume-chan/async": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.15",
|
|
"@yume-chan/eslint-config": "workspace:^",
|
|
"@yume-chan/test-runner": "workspace:^",
|
|
"@yume-chan/tsconfig": "workspace:^",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|