{ "name": "fmode-brightdata-api", "version": "1.0.0", "description": "Pinterest API Module using Bright Data Web Scraper API for Node.js", "main": "dist/mod.js", "types": "dist/mod.d.ts", "scripts": { "build": "bash build.sh", "upload": "bash upload.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.6.0", "express": "^4.18.2" }, "devDependencies": { "@types/node": "^20.0.0", "@types/express": "^4.17.21" } }