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/desktop-api/package.json

27 lines
586 B

{
"$schema": "https://www.schemastore.org/package",
"name": "@rocket.chat/desktop-api",
"version": "1.1.0",
"type": "module",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"lint": "eslint",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
"eslint": "~8.45.0",
"rimraf": "~6.0.1",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}