UNPKG

hulo-lang

Version:

Hulo programming language compiler and runtime

48 lines (47 loc) 1.25 kB
{ "name": "hulo-lang", "version": "0.1.2", "description": "Hulo programming language compiler and runtime", "main": "dist/index.js", "bin": { "hulo": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build", "postinstall": "node ./dist/index.js" }, "files": [ "dist/", "README.md" ], "keywords": [ "hulo", "programming-language", "compiler", "vbs", "vbscript" ], "author": "The Hulo Authors", "license": "MIT", "homepage": "https://hulo-lang.github.io/docs/", "repository": { "type": "git", "url": "https://github.com/hulo-lang/hulo.git" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/handlebars": "^4.1.0", "@types/node": "^18.0.0", "typescript": "^4.9.0" }, "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", "dependencies": { "axios": "^1.10.0", "handlebars": "^4.7.8", "opencmd-tinge": "^0.0.15" } }