car-info
Version:
Typescript Library for Car Make and Models
32 lines • 631 B
JSON
{
"name": "car-info",
"version": "0.2.1",
"description": "Typescript Library for Car Make and Models",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"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": {
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}