xeno-canto.js/package.json

33 lines
687 B
JSON
Raw Permalink Normal View History

2013-11-12 01:34:04 +01:00
{
"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"
2013-11-12 01:34:04 +01:00
},
"scripts": {
"test": "jest",
"build": "babel src -d lib"
2013-11-12 01:34:04 +01:00
},
"repository": {
"type": "git",
"url": "https://forge.chapril.org/UncleSamulus/xeno-canto.js"
2013-11-12 01:34:04 +01:00
},
"keywords": [
"Xeno-Canto",
"birdsongs",
"API"
],
"author": "Samuel ORTION <samuel@ortion.fr>",
"license": "GPL-3.0-or-later",
2022-08-19 04:04:32 +02:00
"devDependencies": {
"@babel/cli": "^7.18.10",
"jest": "^29.0.1"
2022-08-19 04:04:32 +02:00
},
"dependencies": {
"axios": "^0.27.2"
}
2022-08-19 04:04:32 +02:00
}