-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
52
53
{
"name": "@rbxts/rbx-react-error-boundary",
"version": "1.0.0",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"roblox",
"ts",
"roblox-ts",
"react",
"hooks",
"errors"
],
"author": "chriscerie",
"contributors": [
"HowManySmall"
],
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.708",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^3.0.1",
"roblox-ts": "^2.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@rbxts/roact": "npm:@rbxts/react-ts@^0.9.0",
"@rbxts/t": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cool-organization/rbx-react-error-boundary.git"
}
}