securepay
Version:
https://www.securepay.com.au/
33 lines (32 loc) • 668 B
JSON
{
"name": "securepay",
"version": "0.0.5",
"description": "https://www.securepay.com.au/",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json"
},
"keywords": [
"Pay",
"SecurePay",
"Post"
],
"repository": {
"url": "https://gitlab.com/daorongliang/securepay",
"type": "GitLab"
},
"author": "Darren Liang",
"license": "ISC",
"devDependencies": {
"@types/cache-manager": "^3.4.2",
"@types/jest": "^27.0.2",
"jest": "^27.2.5",
"ts-jest": "^27.0.5",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.23.0",
"cache-manager": "^3.4.4"
}
}