mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 14:58:55 +00:00
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name": "@rocket.chat/release-changelog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"dataloader": "^2.2.3",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/types": "^6.0.0",
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@types/node": "~22.16.5",
|
|
"eslint": "~8.45.0",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|