qpay-quick
Version:
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "qpay-quick",
"version": "1.0.13",
"description": "QPay Quick API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "mnmonherdene",
"keywords": [
"qpay",
"quick",
"qpay-quick"
],
"license": "MIT",
"files": [
"dist/**/*"
],
"scripts": {
"start": "tsc && node dist/main.js",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"pub": "npm version patch --force && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnmonherdene1234/qpay-quick.git"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.0.2"
},
"dependencies": {
"axios": "^1.4.0"
}
}