{ "name": "@rocket.chat/i18n", "version": "0.0.1", "private": true, "devDependencies": { "@babel/core": "~7.22.5", "@babel/preset-env": "~7.22.5", "@babel/preset-typescript": "~7.22.5", "@types/babel__core": "~7.20.1", "@types/babel__preset-env": "~7.9.2", "@types/jest": "^29.5.2", "babel-jest": "^29.5.0", "eslint": "^8.43.0", "jest": "^29.5.0", "ts-jest": "~29.0.5", "tsup": "^6.7.0", "typescript": "~5.1.3" }, "scripts": { "build": "node ./src/index.mjs", "lint": "eslint --ext .mjs,.js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .mjs,.js,.jsx,.ts,.tsx . --fix", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "type": "module" }