-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 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
{
"name": "@rbxts/tool_pack",
"version": "2.1.10",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w --verbose",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Velover/tool_pack.git#master"
},
"keywords": [],
"author": "Catargo",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"default.project.json",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.856",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^9.20.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.5.1",
"roblox-ts": "^3.0.0-dev-371f97c",
"typescript": "^5.8.3",
"@types/bun": "latest"
},
"dependencies": {
"@rbxts/services": "^1.5.5"
},
"bugs": {
"url": "https://github.com/Velover/tool_pack/issues"
},
"homepage": "https://github.com/Velover/tool_pack/tree/master#readme",
"description": "Documentation WIP\r For now you can read from the implementation",
"directories": {
"doc": "docs"
}
}