whatlang-interpreter
Version:
Interpreter for WhatLang 2024, a stack-based esolang
41 lines (40 loc) • 903 B
JSON
{
"name": "whatlang-interpreter",
"version": "0.3.3",
"description": "Interpreter for WhatLang 2024, a stack-based esolang",
"main": "lib/index.js",
"types": "src/index.ts",
"bin": {
"what": "lib/cli.js"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DGCK81LNN/whatlang-interpreter.git"
},
"keywords": [
"esolang"
],
"author": "DGCK81LNN",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/DGCK81LNN/whatlang-interpreter/issues"
},
"homepage": "https://github.com/DGCK81LNN/whatlang-interpreter#readme",
"packageManager": "yarn@4.9.1",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@jsonjoy.com/base64": "^1.1.2",
"commander": "^13.1.0",
"tslib": "^2.8.1"
}
}