tmagic-editor/packages/cli/package.json
2024-03-26 17:21:59 +08:00

39 lines
762 B
JSON

{
"version": "1.4.2",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm clean && tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
},
"bin": {
"tmagic": "bin/tmagic.js"
},
"files": [
"bin",
"lib"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"cac": "^6.7.12",
"chalk": "^4.1.0",
"chokidar": "^3.5.3",
"esbuild": "^0.17.19",
"fs-extra": "^10.1.0",
"recast": "^0.21.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.19.0"
}
}