gatsby-source-mta
Version:
Gatsby source plugin for fetching all MTA (NYC Subway) stations.
48 lines (43 loc) • 857 B
JSON
{
"name": "gatsby-source-mta",
"version": "0.1.0",
"author": {
"name": "Kit",
"email": "kit@kitweb.dev",
"url": "https://kitweb.dev/"
},
"description": "Gatsby source plugin for fetching all MTA (NYC Subway) stations.",
"repository": "github:kitfoxxo/gatsby-source-mta",
"funding": "https://ko-fi.com/kitfoxxo",
"types": "./index.d.ts",
"main": "./dist/gatsby-node.js",
"files": [
"./dist/*",
"gatsby-node.js"
],
"scripts": {
"build": "tsc",
"develop": "tsc --watch"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"NYC",
"MTA",
"Subway",
"Stations"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.4.0"
},
"devDependencies": {
"gatsby": "next",
"typescript": "^4.9.4"
},
"peerDependencies": {
"gatsby": "^5.0.0"
}
}