{ "name": "@rocket.chat/models", "version": "0.0.15", "private": true, "devDependencies": { "@types/jest": "~29.5.3", "eslint": "~8.45.0", "jest": "~29.6.1", "ts-jest": "~29.0.5", "typescript": "~5.2.2" }, "dependencies": { "@rocket.chat/model-typings": "workspace:^" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "dev": "tsc --watch --preserveWatchOutput -p tsconfig.json", "build": "rm -rf dist && tsc -p tsconfig.json" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ] }