ts-midtrans-client
Version:
This library is an UNOFFICIAL TypeScript version of the Midtrans Client - Node.js.
42 lines • 931 B
JSON
{
"name": "ts-midtrans-client",
"version": "0.0.9",
"description": "",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"keywords": [
"midtrans",
"api",
"client",
"typescript",
"GPN",
"Indonesia"
],
"author": "vatoer <vatoer@starganteknologi.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vatoer/ts-midtrans-client.git"
},
"bugs": {
"url": "https://github.com/vatoer/ts-midtrans-client/issues"
},
"homepage": "https://github.com/vatoer/ts-midtrans-client#readme",
"devDependencies": {
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.5",
"typescript": "^5.7.3"
},
"dependencies": {
"axios": "^1.7.9",
"lodash": "^4.17.21"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"postbuild": "cp -r types dist/",
"test": "echo \"Error: no test specified\" && exit 1"
}
}