{
  "name": "mcc-compiler",
  "version": "1.0.0",
  "description": "Majo C Compiler - 一个有教养的编译器，必须说 --please 才会编译",
  "main": "src/index.js",
  "bin": {
    "mcc": "bin/mcc"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  },
  "keywords": [
    "compiler",
    "gcc",
    "wrapper",
    "majo",
    "fun"
  ],
  "author": "0x1a27",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "README.md"
  ]
}