create-roblox-ts-script
Version:
CLI tool for creating Roblox scripts using TypeScript.
43 lines (42 loc) • 860 B
JSON
{
"name": "create-roblox-ts-script",
"author": "Snipcola",
"description": "CLI tool for creating Roblox scripts using TypeScript.",
"version": "1.2.5",
"keywords": [
"roblox",
"typescript",
"lua",
"luau",
"roblox-ts",
"rbxts",
"bundle"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://code.snipcola.st/snipcola/Create-Roblox-TS-Script"
},
"type": "module",
"main": "src/index.js",
"bin": {
"create-roblox-ts-script": "src/index.js"
},
"files": [
"src",
"template"
],
"scripts": {
"format": "prettier --write \"src/**/*.js\"",
"release": "git push origin main:release --force"
},
"dependencies": {
"prompts": "2.4.2",
"ulidx": "2.4.1",
"unzipper": "0.12.3",
"yargs": "18.0.0"
},
"devDependencies": {
"prettier": "3.7.4"
}
}