Files
colorshell/package.json
T
retrozinndev 3cd717b5d4 🔧 chore(package): bump to 2.0.0
since it's basically a full-rewrite compared to the 1.0.0, I suppose it's better to call it 2.0.0
2025-08-12 18:44:41 -03:00

19 lines
598 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"name": "colorshell",
"version": "2.0.0",
"packageManager": "pnpm@10.12.1",
"scripts": {
"types": "sh ./scripts/types.sh",
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
"start": "sh ./scripts/start.sh",
"clean": "sh ./scripts/clean.sh",
"build": "sh ./scripts/build.sh",
"build:release": "sh ./scripts/release.sh",
"sync-config": "sh ./scripts/update-repo.sh"
},
"devDependencies": {
"ags": "link:../../../../usr/share/ags/js"
}
}