This repository was archived by the owner on Aug 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.24 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ocplace",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc --watch --verbose",
"lint": "eslint src --fix && selene src",
"style": "dprint fmt && stylua src",
"ci": "bun run lint && bun run style",
"sync": "asphalt sync --target studio && asphalt sync --target debug",
"sync:c": "asphalt sync --target cloud",
"deathlist": "lune run scripts/generate-deathlist.luau",
"blink": "blink .blink --yes",
"spritegen": "bun run scripts/spritegen && bun sync",
"generate": "bun blink && bun deathlist && bun spritegen"
},
"devDependencies": {
"@rbxts/compiler-types": "latest",
"@rbxts/types": "latest",
"@rbxts/ui-labs": "^2.3.8",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^8.57.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"rbxts-transform-debug": "github:roblox-aurora/rbxts-transform-debug",
"rbxts-transformer-flamework": "^1.3.1",
"rbxts-transformer-fs": "2.0.0-alpha.3",
"rbxts-transformer-optimizer": "^1.0.5",
"rbxts-transformer-services": "^1.1.1",
"roblox-ts": "npm:@wad4444/roblox-ts@^1.0.2",
"typescript": "5.5.3"
},
"dependencies": {
"@flamework/core": "^1.3.1",
"@rbxts/charm": "^0.10.0",
"@rbxts/charm-sync": "^0.3.0",
"@rbxts/flamework-meta-utils": "1.0.1",
"@rbxts/hashlib": "^1.0.1",
"@rbxts/iris": "2.3.1-ts.1",
"@rbxts/lapis": "^0.3.8",
"@rbxts/lazy": "^1.0.1",
"@rbxts/lemon-signal": "^1.2.0",
"@rbxts/maid": "^1.1.0",
"@rbxts/make": "^1.0.6",
"@rbxts/markdown-ast": "^0.0.3",
"@rbxts/matter": "^0.8.5",
"@rbxts/matter-hooks": "^0.1.2",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/plasma": "^0.4.5",
"@rbxts/pretty-vide-utils": "^0.0.5",
"@rbxts/rewire": "^0.3.0",
"@rbxts/ripple": "^0.9.3",
"@rbxts/semver": "^1.0.0",
"@rbxts/serio": "^1.0.19",
"@rbxts/services": "^1.5.5",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/sift": "^0.0.11",
"@rbxts/signal": "^1.1.1",
"@rbxts/t": "^3.2.1",
"@rbxts/tenna": "github:roblaudio/tenna",
"@rbxts/vide": "^0.5.7",
"@rbxts/vide-charm": "^0.3.0",
"@rbxts/zest": "^0.1.0",
"ocplace-2025-agreement": "github:OCPlace/ocplace-2025-agreement"
}
}