{
  "name": "bytenode",
  "version": "1.6.0",
  "description": "A minimalist bytecode compiler for Node.js",
  "main": "lib/index.js",
  "bin": "lib/cli.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha ./test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytenode/bytenode.git"
  },
  "keywords": [
    "bytenode",
    "bytecode",
    "v8-snapshots",
    "compile",
    "compiler"
  ],
  "author": "Osama Abbas <pw.osama@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bytenode/bytenode/issues"
  },
  "homepage": "https://github.com/bytenode/bytenode#readme",
  "devDependencies": {
    "electron": "^41.0.0",
    "mocha": "^11.1.0"
  }
}
