@accounter/pcn874-generator
Version:
Fully typed application that generates PCN874 text file
50 lines • 1.28 kB
JSON
{
"name": "@accounter/pcn874-generator",
"version": "0.6.7-alpha-20260512082000-7c0974450bc86d3382101b102af060bbde8adc7f",
"description": "Fully typed application that generates PCN874 text file",
"dependencies": {
"zod": "4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urigo/accounter-fullstack.git",
"directory": "packages/pcn874-generator"
},
"homepage": "https://github.com/Urigo/accounter-fullstack/packages/pcn874-generator#readme",
"keywords": [
"pcn",
"pcn874",
"accountancy",
"accountant",
"accounter"
],
"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"
}
}