sslcommerz
Version:
### Installation
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "sslcommerz",
"version": "1.7.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranasl62/npm-sslcommerz.git"
},
"keywords": [
"sslcommerz"
],
"author": "Md. Rana Hossain",
"license": "ISC",
"bugs": {
"url": "https://github.com/ranasl62/npm-sslcommerz/issues"
},
"homepage": "https://github.com/ranasl62/npm-sslcommerz#readme",
"description": "",
"dependencies": {
"form-data": "^2.5.0",
"isomorphic-fetch": "^3.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@types/node": "^15.12.5",
"husky": "^4.3.0",
"prettier": "^1.19.1",
"ts-loader": "^6.2.1",
"ts-node": "9.0.0",
"typescript": "^3.7.4"
},
"husky": {
"hooks": {
"pre-commit": "prettier --write \"src/**/*.ts\" && eslint \"src/**/*.{ts,jsx,js,tsx}\" --fix && git add ."
}
}
}