mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
28 lines
586 B
JSON
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"
|
|
}
|
|
}
|