@commercetools/personal-data-erasure
Version:
Export and delete all data related to a single customer
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "@commercetools/personal-data-erasure",
"version": "6.0.1",
"description": "Export and delete all data related to a single customer",
"main": "dist/main.js",
"types": "dist/src/main.d.ts",
"bin": "bin/cli.js",
"publishConfig": {
"access": "public",
"bin": {
"personal-data-erasure": "bin/cli.js",
"types": "dist/src/main.d.ts",
"main": "dist/main.js"
}
},
"license": "MIT",
"files": [
"dist",
"bin"
],
"dependencies": {
"@commercetools/platform-sdk": "^8.9.0",
"@commercetools/ts-client": "^3.3.0",
"ansi-bold": "^0.1.1",
"ansi-cyan": "^0.1.1",
"ansi-dim": "^0.1.1",
"ansi-red": "^0.1.1",
"dotenv": "^16.5.0",
"esbuild": "^0.25.4",
"jest": "^29.7.0",
"lodash.flatten": "^4.4.0",
"pino": "^9.6.0",
"pretty-error": "^4.0.0",
"prompt-confirm": "^2.0.4",
"yargs": "^17.7.2"
},
"homepage": "https://commercetools.github.io/nodejs/sdk/api/getCredentials",
"scripts": {
"clean": "rm -rf dist/* bin/*",
"build": "yarn clean;tsc && node esbuild.mjs",
"prepublishOnly": "yarn build",
"link:pkg": "npm i -g .",
"test": "jest --runInBand"
}
}