UNPKG

@whimco/chisel-cli

Version:

51 lines (50 loc) 926 B
{ "name": "@whimco/chisel-cli", "version": "0.1.10", "type": "commonjs", "bin": { "chisel": "./bin/cli.js", "chis": "./bin/cli.js" }, "scripts": { "dev": "chisel watch", "build": "chisel build", "chisel:init": "chisel init", "chisel:create": "chisel create-app", "chisel:rojo": "chisel generate-project" }, "files": [ "bin", "lib", "scripts" ], "keywords": [ "roblox", "roblox-ts", "rbxts", "chisel", "whimco", "game-framework" ], "author": "you", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", "picomatch": "^3.0.1" }, "peerDependencies": { "roblox-ts": "^2.3.0 || ^3.0.0", "@rbxts/types": ">=1.0.0" }, "peerDependenciesMeta": { "@rbxts/types": { "optional": true } }, "publishConfig": { "access": "public" }, "devDependencies": { "@whimco/chisel-cli": "^0.1.0" } }