mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"name": "@rocket.chat/model-typings",
|
|
"version": "2.0.0-rc.1",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsc -p tsconfig.json",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
|
|
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@rocket.chat/core-typings": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-rsa": "^1.1.4",
|
|
"eslint": "~8.45.0",
|
|
"mongodb": "6.16.0",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|