forked from roblox-aurora/rbxts-transform-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "@lundstrong/rbxts-transform-debug",
"version": "1.0.0-rc.4",
"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",
"dotenv": "10.0.0",
"execa": "5.1.1",
"typescript": "=4.4.4"
},
"devDependencies": {
"@rbxts/types": "^1.0.534",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.1"
}
}