@privapi/client-js
Version:
PRIVAPI NPM CLIENT PACKAGE
47 lines (46 loc) • 987 B
JSON
{
"name": "@privapi/client-js",
"version": "1.0.12",
"description": "PRIVAPI NPM CLIENT PACKAGE",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/privapi/npm-client-js.git"
},
"author": "privapi.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/privapi/npm-client-js/issues"
},
"homepage": "https://github.com/privapi/npm-client-js#readme",
"dependencies": {
"@aws-crypto/client-node": "^3.0.0",
"aes256": "^1.1.0",
"axios": "^0.21.1",
"uuid": "^8.3.2"
},
"directories": {
"test": "test"
},
"keywords": [
"GDPR",
"data",
"privacy",
"subject",
"rights",
"requests",
"compliance",
"legal",
"regtech"
],
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.5.1"
}
}