Files
wehub-resource-sync e2bed4b5a2
CI / Public checks (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:27:29 +08:00

24 lines
477 B
JSON

{
"name": "@html-anything/cli",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"bin": {
"html-anything": "./dist/run.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20",
"tsx": "^4.22.1",
"typescript": "^5",
"vitest": "^4.1.6"
}
}