19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "new_gene",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"update:all-agents": "cd ../.. && git submodule update --remote --merge && npx --prefix .agent/env uipro update && npm install -g get-shit-done-cc@latest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"get-shit-done-cc": "^1.30.0",
|
|
"uipro-cli": "^2.2.3"
|
|
}
|
|
}
|