@hyperbrowser/sdk
Version:
Node SDK for Hyperbrowser API
74 lines (73 loc) • 1.56 kB
JSON
{
"name": "@hyperbrowser/sdk",
"version": "0.43.0",
"description": "Node SDK for Hyperbrowser API",
"author": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts",
"prepare": "yarn build",
"test": "jest",
"format": "prettier --write 'src/**/*.ts'"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"hyperbrowser",
"browser",
"automation",
"webscraping",
"webcrawling",
"scraping",
"crawling",
"ai"
],
"dependencies": {
"form-data": "^4.0.1",
"node-fetch": "2.7.0",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node-fetch": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./types": {
"types": "./dist/types/index.d.ts",
"default": "./dist/types/index.js"
},
"./tools": {
"types": "./dist/tools/index.d.ts",
"default": "./dist/tools/index.js"
}
},
"typesVersions": {
"*": {
"types": [
"./dist/types/index.d.ts"
],
"tools": [
"./dist/tools/index.d.ts"
]
}
}
}