xeno-canto.js/package.json

33 lines
687 B
JSON

{
"name": "@unclesamulus/xeno-canto-api",
"version": "0.0.0",
"description": "Damn small node.js library to deal with v2 Xeno-Canto API",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "jest",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "https://forge.chapril.org/UncleSamulus/xeno-canto.js"
},
"keywords": [
"Xeno-Canto",
"birdsongs",
"API"
],
"author": "Samuel ORTION <samuel@ortion.fr>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "^7.18.10",
"jest": "^29.0.1"
},
"dependencies": {
"axios": "^0.27.2"
}
}