{
  "name": "@andrewosh/isolated-vm",
  "version": "4.1.1-prebuild2",
  "description": "Access to multiple isolates",
  "main": "isolated-vm.js",
  "types": "isolated-vm.d.ts",
  "engines": {
    "node": ">=10.4.0"
  },
  "scripts": {
    "install": "node-gyp-build",
    "lint": "find src -name '*.cc' | xargs -n1 clang-tidy",
    "test": "node test.js || nodejs test.js",
    "prebuild": "prebuildify -t 14.15.1 -t 15.4.0  --strip"
  },
  "dependencies": {
    "node-gyp-build": "^4.2.3"
  },
  "devDependencies": {
    "prebuildify": "^4.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewosh/isolated-vm.git"
  },
  "author": "https://github.com/laverdet/",
  "license": "ISC",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/andrewosh/isolated-vm/issues"
  },
  "homepage": "https://github.com/andrewosh/isolated-vm#readme"
}
