{ "name": "@fmode/brightdata-server", "version": "1.0.0", "description": "Pinterest API Server using Bright Data Web Scraper API", "main": "src/index.ts", "type": "module", "scripts": { "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" } }