UNPKG

car-info

Version:

Typescript Library for Car Make and Models

35 lines (34 loc) 690 B
{ "name": "car-info", "version": "0.2.5", "description": "Typescript Library for Car Make and Models", "type": "module", "types": "./dist/index.d.mts", "module": "./dist/index.mjs", "scripts": { "dev": "tsdown --watch", "build": "tsdown", "test": "bun test" }, "repository": { "type": "git", "url": "https://github.com/bnussman/car-info.git" }, "bugs": { "url": "https://github.com/bnussman/car-info/issues" }, "files": [ "dist" ], "keywords": [ "cars", "make", "model" ], "author": "Banks Nussman", "devDependencies": { "@types/bun": "^1.3.9", "tsdown": "^0.21.0-beta.2", "typescript": "^5.7.3" } }