UNPKG

paypal-rest-api

Version:

A typescript module for integrating with PayPal REST APIs.

70 lines (69 loc) 2.02 kB
{ "name": "paypal-rest-api", "version": "0.0.52", "description": "A typescript module for integrating with PayPal REST APIs.", "license": "MIT", "repository": "https://github.com/trainerbill/paypal-rest-api", "author": "Andrew Throener", "keywords": [ "PayPal", "rest", "api", "es6", "typescript", "sdk" ], "files": [ "lib" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "rimraf lib coverage", "coverage": "nyc blue-tape test/**/*-spec.ts | tap-spec && nyc report --reporter=text", "lint": "tslint --force --format verbose 'src/**/*.ts' 'examples/**/*.ts'", "build": "yarn run clean && echo Using TypeScript && tsc --version && tsc --pretty", "test": "yarn run lint && yarn run coverage", "watch": "yarn run build --watch", "watch:test": "yarn test --watch", "release": "yarn test && yarn run build && yarn publish --new-version", "release:quick": "git add -A && git commit -m 'Quick Release Patch' && yarn run release patch", "postversion": "git push && git push --follow-tags", "reinstall": "rimraf node_modules yarn.lock && yarn install", "example": "ts-node" }, "dependencies": { "@types/joi": "^10.4.1", "@types/lodash.get": "^4.4.3", "@types/request": "^2.0.3", "@types/requestretry": "^1.12.1", "@types/uuid": "^3.4.2", "joi": "^11.0.2", "lodash.get": "^4.4.2", "request": "^2.81.0", "requestretry": "^1.12.2", "us": "^2.0.0", "uuid": "^3.1.0" }, "devDependencies": { "@types/blue-tape": "^0.1.31", "@types/node": "^8.0.28", "@types/opn": "^3.0.28", "@types/sinon": "^2.3.3", "blue-tape": "^1.0.0", "coveralls": "^2.0.0", "nyc": "^11.2.1", "opn": "^5.1.0", "rimraf": "^2.0.0", "sinon": "^3.2.1", "tap-spec": "^4.1.1", "tape": "^4.8.0", "ts-node": "^3.3.0", "tslint": "^5.0.0", "typescript": "^2.0.0" }, "engines": { "node": ">=6.0.0" }, "false": {} }