UNPKG

friday-sdk

Version:

Official JavaScript/TypeScript SDK for the Friday API

52 lines (51 loc) 1.24 kB
{ "name": "friday-sdk", "version": "0.4.0", "description": "Official JavaScript/TypeScript SDK for the Friday API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint \"src/**/*.ts\" --fix" }, "keywords": [ "friday", "api", "sdk", "scraping", "linkedin", "search", "crawling", "extraction" ], "author": "Friday Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/friday/friday-sdk-js.git" }, "bugs": { "url": "https://github.com/friday/friday-sdk-js/issues" }, "homepage": "https://github.com/friday/friday-sdk-js#readme", "devDependencies": { "@types/dotenv": "^8.2.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^3.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "dependencies": { "cross-fetch": "^4.0.0", "dotenv": "^16.0.0", "isomorphic-fetch": "^3.0.0" } }