UNPKG

@primno/dpapi

Version:

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

58 lines (57 loc) 1.41 kB
{ "name": "@primno/dpapi", "version": "2.0.1", "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": "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" }, "repository": { "type": "git", "url": "git+https://github.com/primno/dpapi.git" }, "keywords": [ "Dpapi", "Prebuilt", "Encrypt", "Crypt" ], "license": "MIT", "bugs": { "url": "https://github.com/primno/dpapi/issues" }, "homepage": "https://github.com/primno/dpapi#readme", "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" }, "author": "Xavier Monin", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }