generated from Tesmi-Develop/template-ts-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "@rbxts/shared-classes-reflex",
"version": "2.1.5",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"test:watch": "rbxtsc -w --type=game -p test -i test/include",
"serve": "rojo serve test/default.project.json",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "tesmi",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!**/*.spec.lua"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.744",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.4",
"rbxts-transformer-flamework": "^1.2.1",
"roblox-ts": "^2.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@flamework/core": "^1.2.1",
"@flamework/networking": "^1.2.1",
"@rbxts/charm": "^0.5.2",
"@rbxts/immut": "^0.4.4-ts.0",
"@rbxts/maid": "^1.1.0",
"@rbxts/observer-charm": "^0.1.7",
"@rbxts/reflex-class": "^1.2.8",
"@rbxts/remo": "^1.3.1",
"@rbxts/services": "^1.5.3",
"@rbxts/signal": "^1.1.1",
"@rbxts/t": "^3.1.0",
"@rbxts/testez": "^0.4.2-ts.0"
}
}