{ "name": "@adyen/api-library", "version": "3.2.3", "description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.", "main": "dist/lib/src/index.js", "types": "dist/lib/src/index.d.ts", "module": "dist/lib-esm/src/index.js", "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/Adyen/adyen-node-api-library.git" }, "keywords": [ "adyen", "api", "nodejs" ], "bugs": { "url": "https://github.com/Adyen/adyen-node-api-library/issues" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/Adyen/adyen-node-api-library#readme", "scripts": { "clean": "rm -rf ./dist", "build": "npm run clean && tsc && tsc -m es6 --outDir dist/lib-esm && webpack", "lint": "eslint 'src/**/*.ts'", "lint:fix": "eslint --fix 'src/**/*.ts'", "test": "jest", "test:coverage": "jest --coverage", "preversion": "npm test", "version": "npm run build && git add -A dist", "postversion": "git push && git push --tags && rm -rf build/temp", "release": "release-it --no-npm.publish" }, "author": "Ricardo Ambrogi", "license": "MIT", "devDependencies": { "@types/jest": "25.2.3", "@types/nock": "11.1.0", "@typescript-eslint/eslint-plugin": "2.34.0", "@typescript-eslint/parser": "2.34.0", "acorn": "^7.1.1", "coveralls": "3.1.0", "dotenv": "^8.2.0", "eslint": "6.8.0", "jest": "25.5.4", "jest-ts-auto-mock": "^1.0.11", "kind-of": "^6.0.3", "minimist": ">=1.2.3", "nock": "12.0.3", "release-it": "13.6.1", "ts-auto-mock": "^1.6.0", "ts-jest": "25.5.1", "ts-loader": "7.0.4", "ttypescript": "^1.5.10", "typescript": "3.9.3", "webpack": "4.43.0", "webpack-cli": "3.3.11" }, "dependencies": { "@types/node": "14.0.4", "https-proxy-agent": "5.0.0" } }