rage-framework/package.json

16 lines
371 B
JSON
Raw Permalink Normal View History

2024-06-08 22:35:14 +00:00
{
"private": true,
"dependencies": {
2024-06-10 00:53:42 +00:00
"@ragempcommunity/types-cef": "^2.1.8",
2024-06-08 22:35:14 +00:00
"@ragempcommunity/types-client": "^2.1.8",
"@ragempcommunity/types-server": "^2.1.8",
2024-06-10 00:53:42 +00:00
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",
2024-06-08 22:35:14 +00:00
"prettier": "^3.3.1",
2024-06-10 00:53:42 +00:00
"rage-rpc": "^0.4.0",
"typescript": "^5.4.5",
"lerna": "^8.1.3"
2024-06-08 22:35:14 +00:00
},
"type": "module"
}