thawani-nodejs
Version:
Node.js library for Thawani Payment Gateway
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "thawani-nodejs",
"version": "1.0.2",
"description": "Node.js library for Thawani Payment Gateway",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"test": "jest --detectOpenHandles",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts --fix",
"lint:fix": "npm run format && npm run lint",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"thawani",
"payment",
"gateway",
"oman",
"ecommerce"
],
"author": "op-3",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}