-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 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
{
"name": "@rbxts/uzi",
"version": "0.2.5",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"rbxts",
"rbxts-uzi",
"vide"
],
"author": "",
"license": "ISC",
"description": "",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/flowers3176/uzi.git"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.4.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@rbxts/charm": "^0.8.1",
"@rbxts/colour-utils": "^1.4.1",
"@rbxts/immut": "^0.4.4-ts.0",
"@rbxts/lemon-signal": "^1.2.0",
"@rbxts/ripple": "^0.9.2",
"@rbxts/services": "^1.5.5",
"@rbxts/ui-labs": "^2.3.5",
"@rbxts/vide": "^0.5.3",
"@rbxts/vide-charm": "^0.1.1"
}
}