62 lines
2.0 KiB
JSON
62 lines
2.0 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"
|
|
},
|
|
"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",
|
|
"@types/node": "^25.6.0",
|
|
"@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-transformer-access": "^1.1.2",
|
|
"rbxts-transformer-flamework": "^1.3.2",
|
|
"rbxts-transformer-instances": "^1.0.1",
|
|
"rbxts-transformer-services": "^1.1.1",
|
|
"roblox-ts": "^3.0.0",
|
|
"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.10.0",
|
|
"@rbxts/charm-sync": "^0.3.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.3.0"
|
|
},
|
|
"packageManager": "pnpm@11.5.0"
|
|
}
|