airports-data
Version:
Airports data: static, dynamic and custom dump.
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "airports-data",
"version": "1.4.0",
"description": "Airports data: static, dynamic and custom dump.",
"main": "index.js",
"scripts": {
"dump": "node cli.js -d > airports.json",
"version": "npm run dump && git add -A",
"postversion": "git push origin master && git push --tags && npm publish"
},
"bin": {
"airports-data": "cli.js"
},
"files": [
"index.js",
"cli.js",
"airports.json"
],
"engines": {
"node": ">=8"
},
"author": "Damien Seguin (https://dmnsgn.me)",
"license": "MIT",
"dependencies": {
"csv-parse": "^3.1.3",
"meow": "^5.0.0",
"node-fetch": "^2.2.0",
"number-is-float": "^1.0.0"
},
"keywords": [
"data",
"airports",
"static",
"dynamic",
"dump",
"json",
"cli"
],
"repository": {
"type": "git",
"url": "git://github.com/dmnsgn/airports-data.git"
},
"homepage": "https://github.com/dmnsgn/airports-data",
"bugs": {
"url": "https://github.com/dmnsgn/airports-data/issues"
}
}