common is now a node package
This commit is contained in:
+11
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user