gtfs-types
Version:
🚂 Typescript definitions for the GTFS Standard
41 lines (40 loc) • 954 B
JSON
{
"name": "gtfs-types",
"version": "5.1.0",
"author": "Kyle Hensel",
"description": "🚂 Typescript definitions for the GTFS Standard",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext .ts .",
"build": "rm -rf dist && tsc && rm -rf dist/test",
"trypublish": "npm publish --provenance || true"
},
"keywords": [
"gtfs",
"types",
"typescript"
],
"files": [
"dist"
],
"homepage": "https://github.com/k-yle/gtfs-types",
"repository": "https://github.com/k-yle/gtfs-types",
"bugs": {
"url": "https://github.com/k-yle/gtfs-types/issues"
},
"eslintConfig": {
"extends": "kyle",
"rules": {
"@typescript-eslint/no-unused-vars": 0,
"camelcase": 0
}
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-kyle": "^14.3.5",
"typescript": "^5.1.6"
},
"prettier": {}
}