rbxts-transformer-t-new-new
Version:
TypeScript transformer which converts TypeScript types to t entities
23 lines (22 loc) • 459 B
JSON
{
"name": "playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rbxtsc --verbose"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.791",
"roblox-ts": "^2.3.0"
},
"dependencies": {
"@rbxts/t": "^3.1.1",
"rbxts-transformer-t-new-new": "file:.."
}
}