gxc-model-base/lib/src/package.json
Andrey Kernichniy 19c5dc67b9
Some checks failed
CI / build (push) Failing after 26s
Release package version 0.0.5
Update models
2026-03-15 01:24:29 +07:00

16 lines
389 B
JSON

{
"name": "@gxc-solutions/model-base",
"version": "0.0.5",
"main": "index.js",
"author": "GXC Solutions",
"publishConfig": {
"access": "public",
"registry": "https://npm.gxc-solutions.ru"
},
"peerDependencies": {
"@gxc-solutions/colors": "0.0.1",
"@gxc-solutions/lett-js": "^1.0.1",
"@gxc-solutions/math": "^0.0.3",
"reflect-metadata": "^0.2.2"
}
}