- Replace fileURLToPath(import.meta.url) with import.meta.dirname across
scripts and extensions
- Rename parsers-legacy.ts → parsers.ts
- Remove deleted plan/spec docs (cicd-pipeline)
- Update package.json engines and deps across workspace packages
- Update web/package-lock.json
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
33 lines
720 B
JSON
33 lines
720 B
JSON
{
|
|
"name": "@singularity-forge/pi-tui",
|
|
"version": "2.75.0",
|
|
"description": "Terminal User Interface library (vendored from pi-mono)",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"get-east-asian-width": "^1.3.0",
|
|
"marked": "^15.0.12",
|
|
"mime-types": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mime-types": "^2.1.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"koffi": "^2.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
}
|
|
}
|