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