{
  "name": "memoryjs",
  "version": "3.5.1",
  "description": "Node add-on for memory reading and writing!",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rob--/memoryjs.git"
  },
  "keywords": [
    "memory",
    "reading",
    "writing",
    "management",
    "addon"
  ],
  "author": "Rob--",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/Rob--/memoryjs/issues"
  },
  "homepage": "https://github.com/Rob--/memoryjs#readme",
  "dependencies": {
    "@types/node": "^20.12.7",
    "eslint": "^8.5.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "node-addon-api": "^3.2.1"
  }
}