-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.18 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.18 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
{
"name": "scriptbench",
"version": "1.0.0",
"scripts": {
"dev": "fse copy serve.project.json default.project.json && rbxtsc && concurrently \"rbxtsc -w\" \"rojo serve --port=34873\"",
"build": "fse copy build.project.json default.project.json && rbxtsc && rojo build --output Scriptbench.rbxm",
"plugin": "fse copy build.project.json default.project.json && rbxtsc && rojo build --plugin Scriptbench.rbxm"
},
"keywords": [],
"author": "AsynchronousAI",
"license": "MIT",
"description": "Roblox plugin to compare your scripts with graphs, tables, and a microprofiler!",
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.880",
"concurrently": "^7.6.0",
"roblox-ts": "3.0.0",
"typescript": "^5.9.2",
"@atao60/fse-cli": "^0.1.9"
},
"dependencies": {
"@rbxts/charm": "^0.10.0",
"@rbxts/luau-polyfill": "^1.1.3",
"@rbxts/pretty-react-hooks": "^0.6.4",
"@rbxts/react": "^17.2.3",
"@rbxts/react-charm": "^0.3.0",
"@rbxts/react-roblox": "^17.2.3",
"@rbxts/services": "^1.5.5",
"@rbxts/studiocomponents-react2": "github:AsynchronousAI/StudioComponents",
"@rbxts/ui-labs": "^2.4.1"
}
}