mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@rocket.chat/models",
|
|
"version": "1.7.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"
|
|
}
|
|
}
|