-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
48
{
"name": "@rbxts/clan-labs",
"version": "1.0.3",
"description": "An object-orientated TypeScript implementation of all public known ClanLabs apis.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.1",
"@rbxts/types": "^1.0.636",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.34",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@rbxts/services": "^1.5.1",
"@rbxts/t": "^3.0.0"
},
"homepage": "https://github.com/Asmeili/rbxts-clan-labs/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Asmeili/rbxts-clan-labs/tree/main"
},
"keywords": [
"clan-labs",
"roblox",
"roblox-ts",
"roblox-typescript"
]
}