forked from Elitriare/ByteNet-Max
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 800 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@rbxts/bytenet-max",
"version": "1.0.0",
"description": "---",
"main": "src/init.luau",
"author": "@rbxts",
"license": "MIT",
"module": "commonjs",
"repository": "https://github.com/Elitriare/ByteNet-Max",
"homepage": "https://github.com/Elitriare/ByteNet-Max",
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.761",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
"types": "src/index.d.ts",
"files": [
"src"
]
}