ohehr_payment
Version:
Payment integration package for multiple payment providers
39 lines (38 loc) • 872 B
JSON
{
"name": "ohehr_payment",
"version": "1.0.11",
"description": "Payment integration package for multiple payment providers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"prepare": "npm run build",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"docs": "typedoc --out docs src"
},
"keywords": [
"payment",
"golomt",
"mongolia",
"ecommerce",
"one_hr"
],
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"typedoc": "^0.25.0",
"typescript": "^5.7.2"
},
"dependencies": {
"axios": "^1.7.9"
}
}