rbxts-transformer-t
Version:
TypeScript transformer which converts TypeScript types to t entities
21 lines (20 loc) • 435 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^1.0.0-types.0",
"@rbxts/types": "^1.0.469"
},
"dependencies": {
"@rbxts/t": "^2.1.3",
"rbxts-transformer-t": "file:.."
}
}