UNPKG

@easypaypt/checkout-sdk

Version:

SDK for easypay's Checkout

53 lines (52 loc) 1.26 kB
{ "name": "@easypaypt/checkout-sdk", "version": "2.7.2", "description": "SDK for easypay's Checkout", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "rollup -c", "lint": "eslint --ignore-path .gitignore .", "test": "jest" }, "keywords": [ "easypay", "checkout", "sdk" ], "author": "easypay (www.easypay.pt)", "license": "ISC", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Easypay/checkout-sdk" }, "devDependencies": { "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-typescript": "8.3.3", "@types/jest": "27.5.1", "@types/node": "18.14.6", "@typescript-eslint/eslint-plugin": "5.54.1", "@typescript-eslint/parser": "5.54.1", "eslint": "8.20.0", "jest": "28.1.0", "jest-environment-jsdom": "28.1.3", "postcss": "8.4.31", "rollup": "2.77.2", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", "ts-jest": "28.0.2", "tslib": "2.4.0", "typescript": "4.6.4" }, "dependencies": { "dialog-polyfill": "0.5.6" } }