{
  "name": "jsdom-qjs",
  "version": "0.1.0-alpha.0",
  "description": "JSDOM isolated with QuickJS instance inside WebAssembly.",
  "keywords": [
    "jsdom",
    "dom",
    "html"
  ],
  "homepage": "https://github.com/arfelious/jsdom-qjs#readme",
  "bugs": {
    "url": "https://github.com/arfelious/jsdom-qjs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arfelious/jsdom-qjs.git"
  },
  "license": "MIT",
  "author": "arfelious",
  "type": "commonjs",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@jitl/quickjs-singlefile-cjs-release-sync": "^0.31.0",
    "@jitl/quickjs-wasmfile-debug-sync": "^0.31.0",
    "@jitl/quickjs-wasmfile-release-sync": "^0.31.0",
    "quickjs-emscripten-core": "^0.31.0"
  },
  "devDependencies": {
    "debug": "latest"
  },
  "files": [
    "src/",
    "LICENSE",
    "README.md"
  ]
}
