{
  "name": "kenapi",
  "version": "2.0.1",
  "description": "ken",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "prebuilds",
    "binding.gyp",
    "test"
  ],
  "gypfile": true,
  "scripts": {
    "install": "exit 0",
    "build": "tsc && npm run prebuild",
    "rebuild": "npm run install --build-from-source",
    "prebuild": "prebuildify --napi --strip --arch x64 && prebuildify --napi --strip --arch arm64",
    "test": "jest --coverage"
  },
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "Dpapi",
    "Prebuilt",
    "Encrypt",
    "Crypt"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "jest": "^29.7.0",
    "node-addon-api": "^8.3.0",
    "node-gyp": "^11.0.0",
    "prebuildify": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "node-gyp-build": "^4.8.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
