@tutorbot/payment-interface
Version:
Payment API Library for Tutor Platform
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "@tutorbot/payment-interface",
"version": "2.5.0",
"description": "Payment API Library for Tutor Platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"author": "Karen Yazbaryan <karen.yazbaryan@gmail.com>",
"license": "ISC",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"hook": "yarn pretty && yarn lint",
"pretty": "prettier --write 'src/**/*.ts'",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "yarn hook"
}
},
"dependencies": {
"axios": "^0.20.0",
"omise": "^0.8.5",
"stripe": "^12.11.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/node": "^14.10.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.9.0",
"husky": "^4.3.0",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=10.12.0"
}
}