94 lines
3.3 KiB
JSON
94 lines
3.3 KiB
JSON
{
|
|
"name": "odysseus-ui",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.98.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antithesishq/bombadil": "^0.3.2"
|
|
}
|
|
},
|
|
"node_modules/@anthropic-ai/sdk": {
|
|
"version": "0.98.0",
|
|
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.98.0.tgz",
|
|
"integrity": "sha512-N7aXtCvC5g6T1Y4V29lJjceu/zTkVkIZF0jdBvagr0TRFHuKeImffalGWEfqZKrvjH+IQbzJWw6TmSmUzrlMgg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-schema-to-ts": "^3.1.1",
|
|
"standardwebhooks": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"anthropic-ai-sdk": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.0 || ^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@antithesishq/bombadil": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.3.2.tgz",
|
|
"integrity": "sha512-ATy1w9ZY5gbny1H8DFc7rxZitT7DLLLFDiGcRZe+8TQiUrV5tLO+IJGOVNNLp3RpCqjZqSsxGiKoQsx31ipV1g==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.29.7",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/base64": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
|
|
"integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-sha256": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
|
|
"integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/json-schema-to-ts": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
|
|
"integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"ts-algebra": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/standardwebhooks": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
|
|
"integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/base64": "^1.0.0",
|
|
"fast-sha256": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/ts-algebra": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
|
|
"integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|