{ "name": "ebird", "version": "0.0.0", "description": "Damn small node.js library to deal with eBird v2 API", "main": "lib/index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://forge.chapril.org/UncleSamulus/ebird.js" }, "keywords": [ "eBird", "API" ], "author": "Samuel ORTION", "license": "AGPL-3.0-or-later", "devDependencies": { "jest": "^29.0.0" }, "dependencies": { "axios": "^0.27.2", "dotenv": "^16.0.1" } }