{
  "name": "memorykit",
  "version": "0.1.0-alpha3",
  "description": "A cross-platform JavaScript native library for wrangling virtual memory",
  "main": "lib/memorykit.js",
  "scripts": {
    "install": "node-gyp-build",
    "build": "prebuildify --napi",
    "test": "run-script-os",
    "test:darwin": "sudo ./node_modules/.bin/mocha",
    "test:default": "mocha",
    "doc": "jsdoc -c jsdoc.js",
    "types": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wtongze/memorykit.git"
  },
  "keywords": [
    "memory",
    "virtual memory"
  ],
  "author": "Tongze Wang <wtongze@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wtongze/memorykit/issues"
  },
  "homepage": "https://github.com/wtongze/memorykit#readme",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/node": "^18.0.6",
    "chai": "^4.3.6",
    "jsdoc": "^3.6.10",
    "mocha": "^10.0.0",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "node-addon-api": "^5.0.0",
    "node-gyp-build": "^4.3.0",
    "run-script-os": "^1.1.6"
  },
  "peerDependencies": {
    "node-gyp": "^9.1.0",
    "prebuildify": "^5.0.0"
  },
  "gypfile": true,
  "types": "./types"
}
