mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-22 05:42:35 +08:00
25 lines
532 B
JSON
25 lines
532 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/server",
|
|
"version": "1.4.4",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./openapi": "./src/openapi.ts",
|
|
"./definition": "./src/definition/index.ts",
|
|
"./definition/api": "./src/definition/api.ts",
|
|
"./api": "./src/api/index.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|