mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"name": "@opencode-ai/script",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:",
|
|
"@types/semver": "^7.5.8"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|