-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
45
46
{
"name": "@rbxts/networked-signals",
"version": "0.0.10",
"description": "A TypeScript wrapper for RemoteEvents that provides a type-safe interface for networked events in a Roblox game.",
"main": "out/init.lua",
"scripts": {
"prepublishOnly": "rbxtsc --type=package"
},
"files": [
"out"
],
"keywords": [],
"author": "Bytebit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bytebit-Org/roblox-NetworkedSignals/issues"
},
"homepage": "https://github.com/Bytebit-Org/roblox-NetworkedSignals#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bytebit-Org/roblox-NetworkedSignals.git"
},
"types": "out/index.d.ts",
"devDependencies": {
"@rbxts/compiler-types": "^1.2.7-types.0",
"@rbxts/types": "^1.0.546",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.4.1",
"typedoc": "^0.22.7",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.4.4"
},
"dependencies": {
"@rbxts/dumpster": "^1.0.8",
"@rbxts/signals-tooling": "^1.0.6",
"@rbxts/t": "^1.2.9"
}
}