Files
carmanagement/packages/types/package.json
T
2026-05-15 15:44:31 +00:00

15 lines
267 B
JSON

{
"name": "@rentaldrivego/types",
"version": "1.0.0",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}