Files
Common/package.json
2026-06-30 09:33:51 +02:00

67 lines
2.2 KiB
JSON

{
"name": "@next-station/common",
"version": "1.0.0",
"description": "Common code of next station.",
"main": "index.js",
"trustedDependencies": [
"husky"
],
"scripts": {
"lint": "eslint --cache",
"prepare": "husky",
"prepack": "rotor build --type=package"
},
"files": [
"out",
"flamework.build"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cspell/eslint-plugin": "^10.0.0",
"@eslint/js": "^10.0.0",
"@isentinel/dict-rbxts": "^1.0.2",
"@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",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-check-file": "^3.3.1",
"eslint-plugin-perfectionist": "^5.7.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-roblox-ts": "^1.4.0",
"eslint-plugin-unused-imports": "^4.4.1",
"husky": "^9.1.7",
"lint-staged": "^17.0.0",
"prettier": "^3.8.1",
"prettier-plugin-toml": "^2.0.6",
"rbxts-transform-boost": "^2.0.1",
"rbxts-transform-luau": "^1.0.1",
"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",
"typescript-file-copy-plugin": "^1.0.1"
},
"dependencies": {
"@flamework/components": "^1.3.2",
"@flamework/core": "^1.3.2",
"@flamework/networking": "^1.3.2",
"@rbxts/charm": "^0.11.0",
"@rbxts/charm-sync": "^0.4.0",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/services": "^1.6.0",
"@rbxts/t": "^3.2.1",
"@rbxts/vide": "^0.6.1",
"@rbxts/vide-charm": "^0.4.0"
},
"packageManager": "pnpm@11.9.0"
}