UNPKG

lumos-language

Version:
31 lines (30 loc) 766 B
{ "name": "lumos-language", "version": "1.1.2", "description": "Lumos Language - Interactive CLI", "main": "./index.cjs", "bin": { "lumos": "./index.cjs" }, "repository": { "type": "git", "url": "git+https://github.com/Uchida16104/Lumos-Language.git" }, "publishConfig": { "@Uchida16104:registry": "https://npm.pkg.github.com" }, "bugs": { "url": "https://github.com/Uchida16104/Lumos-Language/issues" }, "homepage": "https://lumos-language.glitch.me", "author": "Hirotoshi Uchida", "license": "MIT", "type": "commonjs", "scripts": { "start": "node ./index.cjs && rm -f package.json && refresh", "test": "echo 'Running lumos...' && node ./index.cjs" }, "keywords": [ "programming-language" ] }