UNPKG

@agnostack/authorizenet-request

Version:

Please contact agnoStack via info@agnostack.com for any questions

62 lines (61 loc) 1.51 kB
{ "name": "@agnostack/authorizenet-request", "version": "1.0.4", "author": "Rob Bowers <rob@uniquelyparticular.com> (https://uniquelyparticular.com)", "owner": "agnoStack", "description": "Please contact agnoStack via info@agnostack.com for any questions", "homepage": "https://github.com/agnostack/authorizenet-request#readme", "repository": "github:agnostack/authorizenet-request", "keywords": [ "authorize.net", "payments", "ecommerce", "api", "node", "typescript", "javascript", "agnostack", "particular", "particular." ], "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "yarn clean && tsc -d", "clean": "rimraf dist", "clean-install": "yarn clean; yarn install --force", "test": "jest --passWithNoTests", "semantic-release": "semantic-release" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": { "cross-fetch": "3.0.4", "js-base64": "2.5.1" }, "devDependencies": { "@types/fetch-mock": "7.3.2", "@types/jest": "24.0.25", "chai": "4.2.0", "fetch-everywhere": "1.0.5", "fetch-mock": "7.7.3", "husky": "2.7.0", "jest": "24.9.0", "prettier": "1.19.1", "pretty-quick": "1.11.1", "rimraf": "2.7.1", "semantic-release": "15.14.0", "ts-jest": "24.2.0", "typescript": "3.7.4" }, "publishConfig": { "access": "public" } }