The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/core-typings/package.json

42 lines
1.2 KiB

{
"$schema": "https://json.schemastore.org/package",
"name": "@rocket.chat/core-typings",
"version": "8.1.0-develop",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
".:build:build": "tsc -p tsconfig.json",
".:build:clean": "rimraf dist",
".:build:prepare": "ts-patch install && typia patch",
"build": "run-s .:build:prepare .:build:clean .:build:build",
"dev": "tsc --watch --preserveWatchOutput -p tsconfig.json",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "echo \"no tests\" && exit 1"
},
"dependencies": {
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/ui-kit": "workspace:~",
"typia": "~9.7.2"
},
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@types/express": "^4.17.25",
"eslint": "~8.45.0",
"mongodb": "6.16.0",
"npm-run-all": "~4.1.5",
"prettier": "~3.3.3",
"rimraf": "^6.0.1",
"ts-patch": "^3.3.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}