-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.13 KB
/
package.json
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
{
"name": "@flamework/core",
"version": "1.2.3",
"description": "",
"main": "out/init.lua",
"scripts": {
"prepare": "rbxtsc",
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"homepage": "https://github.com/FireTS/rbxts-flamework",
"repository": {
"type": "git",
"url": "git+https://github.com/FireTS/rbxts-flamework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"flamework.build"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.666",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "0.0.25",
"prettier": "^2.8.8",
"roblox-ts": "^2.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@rbxts/maid": "^1.0.0-ts.1",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/services": "^1.1.4",
"@rbxts/signal": "^1.0.3",
"@rbxts/t": "^3.1.0"
}
}