Rocket.Chat/packages/model-typings/package.json
rocketchat-github-ci 379d7cedf9 Release 7.11.0-rc.5
[no ci]
2025-10-16 10:49:46 +00:00

28 lines
588 B
JSON

{
"name": "@rocket.chat/model-typings",
"version": "1.8.0-rc.5",
"private": true,
"devDependencies": {
"@types/node-rsa": "^1.1.4",
"eslint": "~8.45.0",
"mongodb": "6.10.0",
"typescript": "~5.9.2"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@rocket.chat/core-typings": "workspace:^"
},
"volta": {
"extends": "../../package.json"
}
}