-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "rbxts-transformer-t",
"version": "1.1.5",
"description": "TypeScript transformer which converts TypeScript types to t entities",
"main": "out/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"author": "alihsaas",
"license": "ISC",
"dependencies": {
"@rbxts/t": "^2.1.3",
"get-installed-path": "^4.0.8",
"typescript": "^4.2.3"
},
"devDependencies": {
"@rbxts/types": "^1.0.469",
"@types/get-installed-path": "^4.0.0",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.2.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alihsaas/rbxts-transformer-t.git"
},
"bugs": {
"url": "https://github.com/alihsaas/rbxts-transformer-t/issues"
},
"homepage": "https://github.com/alihsaas/rbxts-transformer-t#readme",
"keywords": [
"t",
"@rbxts",
"@rbxts/t",
"transformer",
"interface"
]
}