16 lines
439 B
JSON
16 lines
439 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"name": "colorshell",
|
|
"packageManager": "pnpm@10.12.1",
|
|
"scripts": {
|
|
"types": "sh ./scripts/types.sh",
|
|
"dev": "pnpm start",
|
|
"start": "sh ./scripts/start.sh",
|
|
"build": "sh ./scripts/build.sh",
|
|
"sync-config": "sh scripts/update-repo.sh"
|
|
},
|
|
"devDependencies": {
|
|
"ags": "link:../../../../usr/share/ags/js"
|
|
}
|
|
}
|