mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-09-06 19:12:02 +08:00
45 lines
982 B
JSON
45 lines
982 B
JSON
{
|
|
"version": "1.8.0-beta.26",
|
|
"name": "@tmagic/cli",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "pnpm clean && rolldown -c rolldown.config.mjs",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"check:type": "tsc --noEmit --project tsconfig.build.json"
|
|
},
|
|
"bin": {
|
|
"tmagic": "bin/tmagic.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/cli",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"cac": "^7.0.0",
|
|
"chokidar": "^5.0.0",
|
|
"fs-extra": "^11.4.0",
|
|
"merge-options": "^3.0.4",
|
|
"picocolors": "^1.1.1",
|
|
"recast": "^0.23.19",
|
|
"typescript": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^26.1.2",
|
|
"rolldown": "^1.2.2",
|
|
"rolldown-plugin-dts": "^0.28.0"
|
|
}
|
|
}
|