UNPKG

formula1.js

Version:
38 lines (37 loc) 903 B
{ "name": "formula1.js", "version": "2.1.2", "description": "Formula 1 Ergast API Wrapper", "main": "dist/index.js", "scripts": { "dev": "ts-node dev/test.ts", "build": "tsc", "start": "node ." }, "keywords": [ "f1", "formula 1", "formula one", "ergast", "f1 api" ], "author": "Mushy", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/damushypotato/formula1.js.git" }, "devDependencies": { "@types/node": "^17.0.23", "dotenv": "^16.0.0", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "dependencies": { "axios": "^0.26.1" }, "bugs": { "url": "https://github.com/damushypotato/formula1.js/issues" }, "homepage": "https://github.com/damushypotato/formula1.js#readme" }