-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.31 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.31 KB
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
{
"name": "event-log-roblox-plugin",
"version": "1.0.0",
"description": "A Roblox Studio Plugin for monitoring all RemoteEvents and BindableEvents in the data model.",
"main": "index.js",
"scripts": {
"macbuild": "rbxtsc-dev && rojo build -o ~/Documents/Roblox/Plugins/event-log-plugin.rbxm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bytebit-Org/event-log-roblox-plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bytebit-Org/event-log-roblox-plugin/issues"
},
"homepage": "https://github.com/Bytebit-Org/event-log-roblox-plugin#readme",
"devDependencies": {
"@rbxts/types": "^1.0.396",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-roblox-ts": "0.0.21",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"dependencies": {
"@rbxts/basic-utilities": "0.0.12",
"@rbxts/dumpster": "^1.0.8",
"@rbxts/inspect": "^1.0.1",
"@rbxts/roact": "^1.3.0-ts.2",
"@rbxts/roact-studio-components": "0.0.2-2.togglablesection.23",
"@rbxts/services": "^1.1.0",
"@rbxts/signals-tooling": "^1.0.3",
"@rbxts/t": "^1.3.5"
}
}