mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 21:00:22 +00:00
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "@chronocat/engine-chronocat-event",
|
|
"description": "Chronocat 事件引擎",
|
|
"version": "0.2.2",
|
|
"license": "AGPL-3.0",
|
|
"author": {
|
|
"name": "Il Harper",
|
|
"email": "hi@ilharper.com",
|
|
"url": "https://ilharper.com"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "concurrently -n cjs,dts yarn:build:cjs yarn:build:dts",
|
|
"build:cjs": "node -r esbuild-register ../../scripts/build.cts",
|
|
"build:dts": "tsc -p tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@chronocat/red": "workspace:packages/red",
|
|
"@chronocat/shell": "workspace:packages/shell",
|
|
"@satorijs/element": "^2.5.1",
|
|
"concurrently": "^8.2.1",
|
|
"ipcman": "^0.1.3",
|
|
"node-fetch": "^3.3.2",
|
|
"tosource": "^2.0.0-alpha.3",
|
|
"ts-node": "^10.9.1",
|
|
"ts-toolbelt": "^9.6.0",
|
|
"typescript": "~5.1.0"
|
|
}
|
|
}
|