paypal-integrations-intacct
Version:
Integration between paypal and intacct using hapi.
68 lines (67 loc) • 2.02 kB
JSON
{
"name": "paypal-integrations-intacct",
"version": "0.0.84",
"description": "Integration between paypal and intacct using hapi.",
"license": "MIT",
"repository": "",
"author": "Andrew Throener",
"keywords": [
"Hapi",
"plugin",
"paypal",
"PayPal",
"Intacct",
"integrate"
],
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"coverage": "nyc tape test/**/*-spec.ts dotenv_config_path=.env.test | tap-spec && nyc report",
"clean": "rimraf lib coverage",
"lint": "tslint --project tsconfig.json --force --format verbose \"src/**/*.ts\"",
"build": "yarn run clean && yarn run lint && echo Using TypeScript && tsc --version && tsc --pretty",
"test": "yarn run lint && yarn run coverage",
"watch": "yarn run build -- --watch",
"watch:test": "yarn run 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",
"reinstall": "rimraf node_modules yarn.lock && yarn install",
"start": "ts-node -r dotenv/config ./example/server.ts",
"postversion": "git push --follow-tags",
"git": "git add -A && git commit -m "
},
"dependencies": {
"hapi-intacct": "^0.0.20",
"hapi-paypal": "^0.0.96",
"later": "^1.2.0"
},
"devDependencies": {
"@types/blue-tape": "^0.1.31",
"@types/dotenv": "^4.0.0",
"@types/hapi": "^16.1.6",
"@types/later": "^1.2.3",
"@types/node": "^8.0.31",
"@types/sinon": "^2.3.3",
"blue-tape": "^1.0.0",
"coveralls": "^2.0.0",
"dotenv": "^4.0.0",
"glue": "^4.2.0",
"good": "^7.2.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.6.2",
"nyc": "^11.2.1",
"rimraf": "^2.0.0",
"sinon": "^4.0.0",
"tap-spec": "^4.1.1",
"ts-node": "^3.0.0",
"tslint": "^5.0.0",
"typescript": "^2.5.3"
},
"engines": {
"node": ">=6.0.0"
}
}