@dankira/niubiz
Version:
A simple library for integrating with the niubiz API
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "@dankira/niubiz",
"description": "A simple library for integrating with the niubiz API",
"keywords": [
"niubiz",
"api",
"payment",
"gateway"
],
"version": "2.0.1",
"author": {
"name": "Antony Ayansi (https://github.com/antonyayansi)",
"email": "antonyayansi@proton.me"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"private": false,
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/bun": "latest",
"rollup": "^4.40.1"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc && rollup -c",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"typescript": "^5.8.2"
},
"dependencies": {
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/antonyayansi/niubiz.git"
}
}