{
    "name": "f1-api-node",
    "version": "2.0.3",
    "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'",
        "test": "rm -rf __tests__/__snapshots__/ && 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": "^2.0.20",
        "prettier": "2.7.1",
        "ts-jest": "^29.0.3",
        "typescript": "^4.8.4"
    },
    "dependencies": {
        "@types/express": "^4.17.21",
        "axios": "^0.30.0",
        "cheerio": "^1.0.0-rc.12",
        "express": "^4.19.2"
    }
}
