v1.0
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
"scripts": {
|
||||
"build": "rbxtsc",
|
||||
"watch": "rbxtsc -w",
|
||||
"build-to-roblox": "rbxtsc && rojo build --plugin \"next-station.rbxm\""
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user