chronocat/packages/engine-chronocat-event/package.json

33 lines
931 B
JSON
Raw Normal View History

2024-03-04 15:50:50 +00:00
{
"name": "@chronocat/engine-chronocat-event",
"description": "Chronocat 事件引擎",
2024-04-22 17:23:26 +00:00
"version": "0.2.9",
2024-03-04 15:50:50 +00:00
"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": "node -r esbuild-register ../../scripts/runOnChanged.cts ./src concurrently -n cjs,dts yarn:build:cjs yarn:build:dts",
"build:cjs": "node -r esbuild-register ../../scripts/build.cts",
2024-03-04 15:50:50 +00:00
"build:dts": "tsc -p tsconfig.json"
},
"devDependencies": {
2024-03-05 12:07:23 +00:00
"@chronocat/red": "workspace:packages/red",
2024-03-04 16:01:10 +00:00
"@chronocat/shell": "workspace:packages/shell",
2024-03-04 15:50:50 +00:00
"@satorijs/element": "^2.5.1",
"concurrently": "^8.2.1",
2024-03-09 12:41:26 +00:00
"esbuild-register": "^3.5.0",
2024-03-04 15:50:50 +00:00
"ipcman": "^0.1.3",
"node-fetch": "^3.3.2",
"ts-toolbelt": "^9.6.0",
"typescript": "~5.1.0"
}
}