@martcarrefour/robokassa
Version:
Robokassa Node.JS integration (Note: Original repository is now actively maintained)
71 lines (70 loc) • 1.61 kB
JSON
{
"name": "@martcarrefour/robokassa",
"version": "1.2.3",
"description": "Robokassa Node.JS integration (Note: Original repository is now actively maintained)",
"types": "lib/index.d.ts",
"keywords": [
"robokassa",
"typescript",
"payments",
"payment-gateway",
"nodejs",
"api",
"sdk",
"recurring-payments",
"ecommerce",
"invoice",
"checkout",
"fiscalization",
"receipt",
"ffd12",
"online-payments",
"merchant",
"russian-payments",
"payment-integration",
"robokassa-api",
"robokassa-node"
],
"files": [
"/lib",
"/src",
"LICENSE",
"README.md"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/martcarrefour/robokassa"
},
"originalRepository": "https://github.com/dev-aces/robokassa",
"author": "Artur Ampilogov",
"maintainers": [
{
"name": "Dmitriy Prokushev",
"email": "martcarrefour@gmail.com"
}
],
"license": "MIT",
"scripts": {
"clean": "rimraf ./lib",
"build": "npm run clean && tsc",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "jest",
"test:watch": "jest --watch"
},
"husky": {
"hooks": {
"pre-push": "npm run format && npm run build && npm test"
}
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.1.2",
"husky": "^4.2.5",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
}
}