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

35 lines
993 B
JSON
Raw Normal View History

2024-03-04 15:50:50 +00:00
{
"name": "@chronocat/engine-chronocat-api",
"description": "Chronocat API 引擎",
2024-10-07 18:25:51 +00:00
"version": "0.2.19",
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",
2024-09-10 06:39:20 +00:00
"@types/lodash-es": "^4.17.12",
2024-03-04 15:50:50 +00:00
"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",
2024-09-10 06:39:20 +00:00
"lodash-es": "^4.17.21",
2024-03-04 15:50:50 +00:00
"node-fetch": "^3.3.2",
"ts-toolbelt": "^9.6.0",
"typescript": "~5.1.0"
}
}