common is now a node package

This commit is contained in:
2026-06-29 14:22:14 +02:00
parent 3917b5303e
commit 8b7894ccb1
17 changed files with 247 additions and 193 deletions
+11 -2
View File
@@ -8,8 +8,13 @@
],
"scripts": {
"lint": "eslint --cache",
"prepare": "husky"
"prepare": "husky",
"prepack": "rotor build --type=package"
},
"files": [
"out",
"flamework.build"
],
"keywords": [],
"author": "",
"license": "ISC",
@@ -20,6 +25,7 @@
"@isentinel/dict-roblox": "^1.0.4",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.912",
"@rotor-rbx/rotor": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"cspell": "^10.0.0",
@@ -34,7 +40,10 @@
"lint-staged": "^17.0.0",
"prettier": "^3.8.1",
"prettier-plugin-toml": "^2.0.6",
"roblox-ts": "^3.0.0",
"rbxts-transform-boost": "^1.5.2",
"rbxts-transformer-flamework": "^1.3.2",
"rbxts-transformer-instances": "git+https://git.azur.webhop.me/Next-Station/rbxts-transformer-instances.git",
"rbxts-transformer-services": "^1.1.1",
"tsc-progress": "^1.0.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.57.1",