UNPKG

f1-api-node

Version:

A simple library written in typescript to fetch Formula-1 data

61 lines (60 loc) 1.58 kB
{ "name": "f1-api-node", "version": "2.2.2", "description": "A simple library written in typescript to fetch Formula-1 data", "main": "dist/server.js", "types": "dist/server.d.ts", "homepage": "https://yashkathe.github.io/F1-API-JSON", "files": [ "dist", "README.md" ], "scripts": { "start": "tsc -p . && nodemon './dist/server.js'", "start-api": "nodemon './dist/server-api.js'", "dev": "nodemon", "test": "jest", "build": "tsc -p ." }, "repository": { "type": "git", "url": "https://github.com/yashkathe/F1-API" }, "keywords": [ "F1", "Formula 1", "Formula1 data", "F1 API", "Formula1API", "f1 api node", "formula 1 api", "f1 api" ], "author": { "email": "katheyash@yahoo.com", "name": "Yash Kathe" }, "license": "GPL-3.0", "bugs": "https://github.com/yashkathe/F1-API/issues", "devDependencies": { "@types/cheerio": "^0.22.31", "@types/cors": "^2.8.17", "@types/jest": "^29.1.1", "cors": "^2.8.5", "dotenv": "^16.4.5", "helmet": "^7.1.0", "jest": "^29.1.2", "nodemon": "^3.1.10", "prettier": "2.7.1", "ts-jest": "^29.0.3", "tsx": "^4.20.3", "typescript": "^4.8.4" }, "dependencies": { "@types/express": "^4.17.21", "axios": "^1.9.0", "cheerio": "^1.0.0-rc.12", "express": "^4.19.2", "semver": "^7.7.2" } }