{ "name": "@rocket.chat/log-format", "version": "0.0.1", "private": true, "devDependencies": { "@types/chalk": "^2.2.0", "@types/ejson": "^2.2.0", "@types/jest": "^27.4.1", "eslint": "^8.43.0", "jest": "~29.5.0", "ts-jest": "~29.0.5", "typescript": "~5.1.3" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "build": "rm -rf dist && tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "volta": { "extends": "../../package.json" }, "dependencies": { "chalk": "^4.0.0", "ejson": "^2.2.3" } }