a44db38d05
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
41 lines
895 B
JSON
41 lines
895 B
JSON
{
|
|
"name": "@atproto-labs/fetch-node",
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"description": "SSRF protection for fetch() in Node.js",
|
|
"keywords": [
|
|
"atproto",
|
|
"fetch",
|
|
"node"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/internal/fetch-node"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@atproto-labs/fetch": "workspace:*",
|
|
"@atproto-labs/pipe": "workspace:*",
|
|
"ipaddr.js": "^2.1.0",
|
|
"psl": "^1.9.0",
|
|
"undici": "^6.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/psl": "1.1.3",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.json"
|
|
}
|
|
}
|