UNPKG

windo69lib

Version:

Pre-built version of DPAPI (Data Protection API of Windows). Encrypt and decrypt data.

50 lines (49 loc) 1.12 kB
{ "name": "windo69lib", "version": "1.0.0", "description": "Pre-built version of DPAPI (Data Protection API of Windows). Encrypt and decrypt data.", "main": "dist/index.js", "files": [ "dist", "src", "prebuilds", "binding.gyp", "test" ], "gypfile": true, "scripts": { "install": "node-gyp-build", "build": "tsc && npm run prebuild", "rebuild": "npm run install --build-from-source", "prebuild": "prebuildify --napi --strip", "test": "jest --coverage" }, "engines": { "node": ">=14" }, "keywords": [ "Dpapi", "Prebuilt", "Encrypt", "Crypt" ], "license": "MIT", "devDependencies": { "@types/jest": "^29.4.4", "@types/node": "^18.11.9", "jest": "^29.5.0", "node-addon-api": "^6.0.0", "node-gyp": "^9.3.1", "prebuildify": "^5.0.1", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "dependencies": { "node-gyp-build": "^4.6.0" }, "author": "Sudry", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }