@transferwise/approve-api-action-helpers
Version:
An http client that handles SCA protected requests gracefully
89 lines (88 loc) • 2.52 kB
JSON
{
"name": "@transferwise/approve-api-action-helpers",
"version": "0.9.5",
"description": "An http client that handles SCA protected requests gracefully",
"main": "dist/main.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:es-check": "es-check es5 './dist/**/*.js'",
"format": "eslint src --fix",
"lint": "eslint src",
"build": "rollup -c --bundleConfigAsCjs",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transferwise/approve-api-action-helpers.git"
},
"files": [
"dist/",
"src/",
"demo/"
],
"keywords": [
"javascript",
"sca",
"security"
],
"author": "",
"license": "UNLICENSED",
"homepage": "https://github.com/transferwise/approve-api-action-helpers#readme",
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "^7.16.5",
"@babel/eslint-parser": "^7.21.8",
"@next/eslint-plugin-next": "^13.4.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@transferwise/eslint-config": "^8.0.1",
"@transferwise/eslint-plugin": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"core-js": "^3.20.0",
"es-check": "^7.1.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-testing-library": "^5.0.1",
"file-loader": "^6.2.0",
"husky": "^8.0.3",
"iframe-resizer": "^4.3.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.5.1",
"rollup": "^3.23.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-version-injector": "^1.3.3",
"typescript": "^5.0.4"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"dependencies": {},
"jest": {
"testEnvironment": "jsdom",
"clearMocks": true,
"setupFiles": [
"./setupJest.js"
]
}
}