package.json 503 B

1234567891011121314151617181920
  1. {
  2. "name": "fmode-brightdata-api",
  3. "version": "0.0.1",
  4. "description": "Pinterest API Module using Bright Data Web Scraper API for Node.js",
  5. "main": "dist/mod.js",
  6. "types": "dist/mod.d.ts",
  7. "scripts": {
  8. "build": "bash build.sh",
  9. "upload": "bash upload.sh",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "dependencies": {
  13. "axios": "^1.6.0",
  14. "express": "^4.18.2"
  15. },
  16. "devDependencies": {
  17. "@types/node": "^20.0.0",
  18. "@types/express": "^4.17.21"
  19. }
  20. }