-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 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
{
"name": "rbxts-transform-debug",
"version": "2.2.0",
"description": "Transformer for debugging things in roblox-ts",
"main": "out/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roblox-aurora/rbxts-transform-debug.git"
},
"keywords": [],
"author": "vorlias",
"license": "MIT",
"bugs": {
"url": "https://github.com/roblox-aurora/rbxts-transform-debug/issues"
},
"homepage": "https://github.com/roblox-aurora/rbxts-transform-debug#readme",
"dependencies": {
"chalk": "^4.1.2",
"colors": "^1.4.0",
"dotenv": "^16.4.5",
"execa": "^9.3.1",
"git-repo-info": "^2.1.1",
"types-package-json": "^2.0.39",
"typescript": "~5.5.2"
},
"devDependencies": {
"@rbxts/types": "^1.0.805",
"@types/node": "^22.5.4",
"@types/ts-expose-internals": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
}
}