paystack-sdk
Version:
Paystack SDK written in Typescript
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "paystack-sdk",
"version": "3.6.1",
"description": "Paystack SDK written in Typescript",
"main": "dist/index.js",
"author": "Tech Priest",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run format && npm run lint && git add -A src",
"postversion": "git push && git push --tags",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "16.11.11",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.6.0",
"jest": "^30.0.5",
"prettier": "2.5.1",
"ts-jest": "^29.4.1",
"ts-node": "10.4.0",
"typescript": "5.5",
"typescript-eslint": "0.0.1-alpha.0"
},
"dependencies": {
"axios": "^1.6.7"
},
"files": [
"dist/**/*"
],
"keywords": [
"Paystack",
"Typescript",
"payment",
"node",
"API",
"naira"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tekpriest/paystack-node.git"
}
}