github-actions[bot] a44db38d05
Version packages (#3345)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 16:32:43 -08:00

38 lines
789 B
JSON

{
"name": "@atproto-labs/fetch",
"version": "0.2.0",
"license": "MIT",
"description": "Isomorphic wrapper utilities for fetch API",
"keywords": [
"atproto",
"fetch"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/internal/fetch"
},
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"dependencies": {
"@atproto-labs/pipe": "workspace:*"
},
"devDependencies": {
"typescript": "^5.6.3"
},
"optionalDependencies": {
"zod": "^3.23.8"
},
"scripts": {
"build": "tsc --build tsconfig.json"
}
}