-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
48
49
50
51
{
"name": "@rbxts/reflex",
"version": "4.3.1",
"description": "A state container for side effects",
"main": "src/init.lua",
"scripts": {
"watch": "rbxtsc -w --type=game -p test -i test/include",
"serve": "rojo serve test/default.project.json"
},
"keywords": [
"rodux",
"roblox-ts",
"rbxts"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/littensy/reflex.git"
},
"bugs": {
"url": "https://github.com/littensy/reflex/issues"
},
"types": "src/index.d.ts",
"files": [
"src",
"!**/*.tsbuildinfo",
"!**/*.spec.lua"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.2.0-types.0",
"@rbxts/remo": "^1.2.4",
"@rbxts/rodux": "3.0.0-ts.3",
"@rbxts/roselect": "^0.1.2",
"@rbxts/services": "^1.5.1",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/types": "^1.0.732",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"roblox-ts": "^2.2.0",
"typescript": "^5.3.2"
}
}