chatgpt-api/legacy/packages/arxiv/package.json

44 wiersze
942 B
JSON

{
"name": "@agentic/arxiv",
"version": "7.6.9",
"description": "Agentic SDK for Arxiv.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
"directory": "stdlib/arxiv"
},
"type": "module",
"sideEffects": false,
"source": "./src/index.ts",
"types": "./dist/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"clean": "del dist",
"test": "run-s test:*",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentic/core": "workspace:*",
"fast-xml-parser": "catalog:",
"ky": "catalog:"
},
"peerDependencies": {
"zod": "catalog:"
},
"publishConfig": {
"access": "public"
}
}