@chris5855/flighttracker
Version:
Flight status around the world, data provided by flightstats
38 lines • 927 B
JSON
{
"name": "@chris5855/flighttracker",
"version": "1.0.0",
"description": "Flight status around the world, data provided by flightstats",
"main": "./src/index.js",
"scripts": {
"dev": "nodemon ./src/index.js"
},
"keywords": [
"flightstats",
"flights"
],
"author": {
"name": "Chris Michael",
"email": "chrisperezsantiago1@gmail.com",
"social": {
"github": "https://github.com/ChrisMichaelPerezSantiago",
"twitter": "https://twitter.com/Chris5855M"
}
},
"contributors": [
{
"name": "Chris Michael",
"url": "https://github.com/ChrisMichaelPerezSantiago",
"reason": "Project Leader, and Developer"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ChrisMichaelPerezSantiago/flighttracker"
},
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"nodemon": "^2.0.15"
}
}