vesper-to-ebird
Version:
Shim Vesper .csv exports into eBird formatted imports for Nocturnal Flight Calls
27 lines (26 loc) • 661 B
JSON
{
"name": "vesper-to-ebird",
"version": "1.0.12",
"description": "Shim Vesper .csv exports into eBird formatted imports for Nocturnal Flight Calls",
"main": "createChecklists.js",
"scripts": {
"test": "standard && mocha test/*.js"
},
"bin": "./createChecklists.js",
"keywords": [
"vesper",
"ebird"
],
"author": "Richard Littauer <richard.littauer@gmail.com> (https://burntfen.com)",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"chai-moment": "^0.1.0",
"lodash": "^4.17.20",
"meow": "^7.1.1",
"mocha": "^8.1.3",
"moment": "^2.27.0",
"papaparse": "^5.3.0",
"standard": "^14.3.4"
}
}