UNPKG

redc

Version:

Compiles RED lang into Minecraft schematics

30 lines (29 loc) 562 B
{ "name": "redc", "version": "0.0.6", "description": "Compiles RED lang into Minecraft schematics", "main": "build/index.js", "scripts": { "watch": "tsc --watch" }, "type": "module", "keywords": [ "RED", "compiler" ], "author": "probeiuscorp", "license": "MIT", "dependencies": { "chalk": "^5.0.0", "yargs": "^17.4.0" }, "bin": { "redc": "./build/bin.js" }, "devDependencies": { "@types/node": "^17.0.12", "@types/yargs": "^17.0.10", "typescript": "^4.5.5" }, "types": "build/index.d.ts" }