-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.17 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@rbxts/yetanothernet",
"version": "0.9.0",
"description": "A Networking Library, inspired by BridgeNet2 & Bevy_Renet, made for ECS.",
"homepage": "https://yetanotherclown.github.io/YetAnotherNet/",
"repository": {
"type": "github",
"url": "https://github.com/YetAnotherClown/YetAnotherNet"
},
"main": "lib",
"scripts": {
"build": "rbxtsc --rojo typescript.project.json",
"watch": "rbxtsc --rojo typescript.project.json -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"Networking",
"ECS",
"Matter"
],
"author": "YetAnotherClown",
"license": "MIT",
"typings": "lib/index.d.ts",
"files": [
"lib/!(__*__)",
"lib/!(__*__)/*"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.737",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.1.1",
"roblox-ts": "^2.2.0",
"typescript": "^5.3.3"
}
}