myinvois-sdk
Version:
TypeScript SDK for interacting with the Malaysia e-invoicing system (MyInvois) API
63 lines • 1.52 kB
JSON
{
"name": "myinvois-sdk",
"version": "1.0.2",
"description": "TypeScript SDK for interacting with the Malaysia e-invoicing system (MyInvois) API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run build",
"publish-script": "node scripts/publish.js"
},
"keywords": [
"myinvois",
"e-invoice",
"e-invoicing",
"malaysia",
"tax",
"lhdn",
"hasil",
"sdk",
"intermediary"
],
"author": "Trevor Suna <trevorsuna@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/kibukamusoke/myinvois.git"
},
"bugs": {
"url": "https://github.com/kibukamusoke/myinvois/issues"
},
"homepage": "https://github.com/kibukamusoke/myinvois#readme",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^0.27.2",
"crypto": "^1.0.1",
"moment-timezone": "^0.5.47",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/node-forge": "^1.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}