rage-framework/package.json

25 lines
712 B
JSON
Raw Permalink Normal View History

2024-06-08 22:35:14 +00:00
{
"private": true,
2024-06-10 18:48:52 +00:00
"scripts": {
2024-06-10 19:59:29 +00:00
"publish": "pnpm build && lerna publish --force-publish",
2024-06-11 15:25:41 +00:00
"build": "lerna run build",
"lint": "eslint --c .eslintrc.yaml --ext .ts client/ server/ shared-types/"
2024-06-10 18:48:52 +00:00
},
2024-06-08 22:35:14 +00:00
"dependencies": {
2024-06-11 15:25:41 +00:00
"@microsoft/api-extractor": "^7.47.0",
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-11 15:25:41 +00:00
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.56.0",
2024-06-10 14:28:22 +00:00
"lerna": "^8.1.3",
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",
2024-06-11 15:25:41 +00:00
"tsup": "^8.1.0",
2024-06-11 17:28:57 +00:00
"typescript": "^5.4.5",
"winston": "^3.13.0"
2024-06-08 22:35:14 +00:00
},
2024-06-11 17:28:57 +00:00
"type": "module"
2024-06-08 22:35:14 +00:00
}