Files
colorshell/package.json
T
retrozinndev e473344eef feat(control-center/page): restore bottom buttons for pages
it was accidentally removed previously, but now it's backgit add .git add .
2025-10-24 18:24:21 -03:00

20 lines
654 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/sync-config.sh"
},
"devDependencies": {
"ags": "link:../../../../usr/share/ags/js",
"gnim-utils": "github:retrozinndev/gnim-utils"
}
}