{
  "name": "@madlib-lang/madlib",
  "version": "0.27.1",
  "main": "./src/run.js",
  "bin": {
    "madlib": "src/run.js"
  },
  "scripts": {
    "postinstall": "node ./src/install.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@rollup/plugin-node-resolve": "^11.2.0",
    "binary-install": "1.0.6",
    "esbuild": "0.20.0",
    "rollup": "^2.33.2"
  },
  "description": ""
}
