{
  "name": "@mikrojs/quickjs",
  "version": "0.15.0",
  "description": "QuickJS-NG engine source, shared CMake module, and qjsc bytecode compiler",
  "keywords": [
    "bytecode",
    "compiler",
    "mikrojs",
    "quickjs"
  ],
  "homepage": "https://github.com/mikrojs/mikro#readme",
  "bugs": {
    "url": "https://github.com/mikrojs/mikro/issues"
  },
  "license": "MIT",
  "author": "Bjørge Næss <bjoerge@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikrojs/mikro.git"
  },
  "files": [
    "apply-patches.js",
    "deps/quickjs/*.c",
    "deps/quickjs/*.h",
    "deps/quickjs/LICENSE",
    "index.js",
    "postinstall.js",
    "quickjs.cmake"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "apply-patches": "node apply-patches.js",
    "postinstall": "node postinstall.js",
    "verify-patches": "node verify-patches.js"
  }
}