-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "blink",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MianReplicate/Blink.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MianReplicate/Blink/issues"
},
"homepage": "https://github.com/MianReplicate/Blink#readme",
"description": "",
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.865",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.6.2",
"rbxts-transformer-flamework": "^1.3.1",
"roblox-ts": "^3.0.0-dev-9165cde",
"typescript": "^5.8.3"
},
"dependencies": {
"@flamework/components": "^1.3.1",
"@flamework/core": "^1.3.1",
"@flamework/networking": "^1.3.1",
"@rbxts/iris": "^2.3.1-ts.1",
"@rbxts/luau-polyfill": "^1.1.3",
"@rbxts/react": "^17.2.3",
"@rbxts/react-roblox": "^17.2.3",
"@rbxts/services": "^1.5.5"
}
}