{
  "name": "molangjs",
  "version": "1.7.0",
  "description": "MoLang Parser for Javascript",
  "type": "module",
  "main": "dist/molang.cjs.js",
  "module": "dist/molang.esm.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "node ./tests.js",
    "build": "rollup -c",
    "watch": "rollup -c --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JannisX11/MolangJS.git"
  },
  "keywords": [
    "molang",
    "minecraft",
    "snowstorm",
    "blockbench"
  ],
  "author": "JannisX11",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JannisX11/MolangJS/issues"
  },
  "files": [
    "dist/*.js",
    "syntax/*.js",
    "src/*.js",
    "types/*.ts"
  ],
  "homepage": "https://github.com/JannisX11/MolangJS#readme",
  "devDependencies": {
    "chalk": "^4.0.0",
    "rollup": "^2.28.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
