Rocket.Chat/packages/desktop-api/package.json
2025-12-05 09:18:08 -03:00

28 lines
586 B
JSON

{
"$schema": "https://www.schemastore.org/package",
"name": "@rocket.chat/desktop-api",
"version": "1.1.0",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"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"
}
}