Rocket.Chat/packages/models/package.json
rocketchat-github-ci 9f323f4c1f Release 7.10.0-rc.0
2025-08-20 17:37:37 +00:00

43 lines
1.0 KiB
JSON

{
"name": "@rocket.chat/models",
"version": "1.6.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/tsconfig": "workspace:*",
"@types/jest": "~30.0.0",
"@types/node-rsa": "^1.1.4",
"eslint": "~8.45.0",
"jest": "~30.0.5",
"typescript": "~5.9.2"
},
"dependencies": {
"@rocket.chat/model-typings": "workspace:~",
"@rocket.chat/random": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/sha256": "workspace:^",
"@rocket.chat/string-helpers": "^0.31.25",
"@rocket.chat/tracing": "workspace:^",
"date-fns": "~4.1.0",
"node-rsa": "^1.1.1"
},
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsc --watch --preserveWatchOutput",
"typecheck": "tsc --noEmit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"unit": "jest",
"testunit": "jest"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"volta": {
"extends": "../../package.json"
}
}