-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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": "@rbxts/buremo",
"version": "0.0.0",
"description": "Lightning fast, yet lightning simple",
"license": "MIT",
"author": "sasial-dev",
"type": "module",
"main": "out/init.lua",
"types": "out/index.d.ts",
"files": ["out"],
"scripts": {
"build": "rbxtsc --verbose",
"dev": "rbxtsc --watch --verbose",
"lint": "eslint",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@rbxts/flamework-binary-serializer": "^0.7.0"
},
"devDependencies": {
"@flamework/core": "1.3.2",
"@isentinel/eslint-config": "3.2.0",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/services": "1.5.5",
"@rbxts/types": "1.0.883",
"eslint": "9.36.0",
"jiti": "2.6.0",
"rbxts-transformer-flamework": "1.3.2",
"rbxts-transformer-services": "1.1.1",
"roblox-ts": "3.0.0",
"typescript": "5.5.3"
},
"peerDependencies": {
"@flamework/core": "*",
"rbxts-transformer-flamework": "*"
},
"publishConfig": {
"access": "public"
},
"trustedDependencies": ["unrs-resolver"]
}