UNPKG

@franklx/iubenda-consent-solution-api

Version:

API client to implement Iubenda Consent Solution in backend service

48 lines (47 loc) 1.44 kB
{ "name": "@franklx/iubenda-consent-solution-api", "version": "1.0.3", "description": "API client to implement Iubenda Consent Solution in backend service", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/franklx/iubenda-consent-solution-api.git", "author": "Riccardo Cucia <riccardocucia@gmail.com>", "license": "MIT", "private": false, "scripts": { "build": "rimraf dist && tsc --build tsconfig.prod.json", "start": "yarn run start:dev", "test": "mocha --config .mocharc.json lib/**/*.test.ts", "test:watch": "mocha --config .mocharc.json --watch lib/**/*.test.ts", "lint": "eslint lib/**/*.ts --fix", "start:dev": "nodemon --config .nodemonrc.json lib/index.ts", "start:prod": "node dist/index.js", "prepare": "npm run build" }, "dependencies": { "superagent": "^8.1.2" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@types/node": "^18.18.12", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "chai": "^4.3.10", "eslint": "^8.54.0", "mocha": "^10.2.0", "nodemon": "^3.0.1", "rimraf": "^5.0.5", "ts-node": "^10.9.1", "typescript": "^5.3.2" }, "keywords": [ "iubenda", "iubenda-api", "iubenda-consent-solution", "consent-solution", "api", "client" ] }