{
  "name": "@sidx1024/object-sizeof",
  "version": "1.6.4",
  "description": "Sizeof of a JavaScript object in Bytes",
  "main": "index.js",
  "scripts": {
    "test": "standard; ./node_modules/.bin/mocha -R tap"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/miktam/sizeof.git"
  },
  "keywords": [
    "sizeof",
    "size",
    "object",
    "bytes"
  ],
  "author": "Andrei Karpushonak",
  "license": "MIT",
  "dependencies": {
    "buffer": "^5.6.0"
  },
  "devDependencies": {
    "mocha": "^9.2.0",
    "should": "^13.2.3",
    "standard": "^16.0.4"
  },
  "types": "index.d.ts",
  "bugs": {
    "url": "https://github.com/miktam/sizeof/issues"
  },
  "homepage": "https://github.com/miktam/sizeof#readme",
  "directories": {
    "test": "test"
  }
}
