@exode-team/ofd-uz
Version:
Node.js module for interacting with OFD tax system
40 lines (39 loc) • 924 B
JSON
{
"name": "@exode-team/ofd-uz",
"version": "1.0.4",
"description": "Node.js module for interacting with OFD tax system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build",
"npm:publish": "npm run prepare && npm publish"
},
"keywords": [
"ofd",
"tax",
"fiscal",
"uzbekistan"
],
"author": "",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.17.14",
"axios": "^1.8.4",
"lodash": "^4.17.21",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/node-forge": "^1.3.4",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}