Files
mono/components/factory/package.json
T
Cursor Agent abae483dd3 docs: обновлены README и описания всех компонентов на русском языке
- Корневой README обновлён с актуальной структурой и командами
- 13 компонентных README с единым стилем: описание, фичи, скрипты, архитектура, тесты
- Обновлены description в package.json всех компонентов
- Новые README для cleos и setup (ранее отсутствовали)

Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 18:31:36 +00:00

86 lines
2.3 KiB
JSON

{
"name": "@coopenomics/factory",
"type": "module",
"version": "2026.2.22-2",
"description": "Фабрика юридических документов кооператива",
"author": "Alex Ant <chairman.voskhod@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/copenomics/@coopenomics/factory#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/copenomics/@coopenomics/factory"
},
"bugs": "https://github.com/copenomics/@coopenomics/factory/issues",
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"prebuild": "pnpm run typecheck",
"build": "unbuild",
"dev": "nodemon --watch src --ext ts --exec 'unbuild'",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"test": "vitest --dir test --testTimeout=240000 --exclude documents --watch=false",
"typecheck": "tsc --noEmit",
"setup-indexes": "tsx scripts/setup-indexes.ts"
},
"dependencies": {
"ajv": "^8.13.0",
"ajv-formats": "^3.0.1",
"ajv-i18n": "^4.2.0",
"axios": "^1.13.5",
"cooptypes": "workspace:*",
"dotenv": "^16.4.5",
"eosjs-ecc": "^4.0.7",
"handlebars": "^4.7.8",
"inline-css": "^4.0.2",
"json-schema": "^0.4.0",
"moment-timezone": "^0.5.45",
"mongodb": "^7.1.0",
"nunjucks": "^3.2.4",
"pdf-lib": "^1.17.1",
"uuid": "^11.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@types/inline-css": "^3.0.3",
"@types/node": "^20.12.11",
"@types/nunjucks": "^3.2.6",
"bumpp": "^9.4.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"nodemon": "^3.1.4",
"pnpm": "^8.15.8",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"gitHead": "b05c17bee481d90c4cd82aa2a34ac428f8263a5f"
}