mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 13:03:46 +00:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "release",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/semver": "^7.5.8"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.1.0",
|
|
"execa": "^9.5.0",
|
|
"glob": "^10.3.10",
|
|
"semver": "^7.6.0"
|
|
}
|
|
}
|