Files
infiplot-web/package.json
T
yuanzonghao d0f2868834 chore: drop MIT license and open-source framing
Project is now private; remove LICENSE file, README license
section, and "MIT · MMXXVI" footer tags. Root package.json
license set to UNLICENSED.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 13:18:07 +08:00

22 lines
480 B
JSON

{
"name": "dada",
"version": "0.1.0",
"private": true,
"description": "AI-driven visual novel",
"license": "UNLICENSED",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "pnpm --filter @dada/web dev",
"build": "pnpm --filter @dada/web build",
"start": "pnpm --filter @dada/web start",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}