@accounter/shaam-uniform-format-generator
Version:
Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).
54 lines • 1.41 kB
JSON
{
"name": "@accounter/shaam-uniform-format-generator",
"version": "0.2.6",
"description": "Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).",
"dependencies": {
"iconv-lite": "0.7.2",
"zod": "4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urigo/accounter-fullstack.git",
"directory": "packages/shaam-uniform-format-generator"
},
"homepage": "https://github.com/Urigo/accounter-fullstack/packages/shaam-uniform-format-generator#readme",
"keywords": [
"shaam",
"uniform-format",
"accountancy",
"accountant",
"accounter",
"tax-reports",
"ini",
"bkmvdata"
],
"author": "Gil Gardosh <gilgardosh@gmail.com>",
"license": "MIT",
"engines": {
"node": "^20.0.0 || >= 22"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}