rage-framework/package.json
Oleksandr Honcharov 19fdebd986 bundle tsup client
2024-06-10 22:19:36 +03:00

19 lines
434 B
JSON

{
"private": true,
"scripts": {
"publish": "lerna publish --force-publish"
},
"dependencies": {
"@ragempcommunity/types-cef": "^2.1.8",
"@ragempcommunity/types-client": "^2.1.8",
"@ragempcommunity/types-server": "^2.1.8",
"dts-bundle-generator": "^9.5.1",
"tsup": "^8.1.0",
"lerna": "^8.1.3",
"prettier": "^3.3.1",
"rage-rpc": "^0.4.0",
"typescript": "^5.4.5"
},
"type": "module"
}