{
  "name": "mollu-lang-web",
  "version": "1.2.3",
  "description": "몰?루",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "publish": "npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bukgeuk-penguin/mollu-lang.git"
  },
  "author": "Bukgeuk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bukgeuk-penguin/mollu-lang/issues"
  },
  "homepage": "https://mollu.gangjun.dev/",
  "devDependencies": {
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5"
  },
  "keywords": [
    "mollu-lang",
    "mollu",
    "language",
    "programming-language",
    "esoteric-programming-language",
    "esolang"
  ],
  "files": [
    "build"
  ],
  "dependencies": {
    "acorn": "^8.7.0",
    "acorn-walk": "^8.2.0",
    "arg": "^4.1.3",
    "create-require": "^1.1.1",
    "diff": "^4.0.2",
    "make-error": "^1.3.6",
    "readline": "^1.3.0",
    "v8-compile-cache-lib": "^3.0.0",
    "yn": "^3.1.1"
  }
}
