36 lines
924 B
JSON
36 lines
924 B
JSON
{
|
|
"name": "next_station_plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rbxtsc",
|
|
"watch": "rbxtsc -w",
|
|
"build-to-roblox": "rbxtsc && rojo build --plugin \"next-station.rbxm\"",
|
|
"lint": "eslint",
|
|
"lint-fix": "eslint --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.35.0",
|
|
"@rbxts/compiler-types": "^3.0.0-types.0",
|
|
"@rbxts/types": "^1.0.881",
|
|
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
"@typescript-eslint/parser": "^8.43.0",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-roblox-ts": "^1.1.0",
|
|
"prettier": "^3.6.2",
|
|
"roblox-ts": "^3.0.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@rbxts/signal": "^1.1.1"
|
|
}
|
|
}
|