1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 12:29:36 +01:00

chore(types): OpenAPI-Spec update

This commit is contained in:
Sebastian Frick 2026-02-18 21:08:40 +01:00
parent d27dbaa843
commit d20fb4108a
11 changed files with 2468 additions and 45 deletions

View file

@ -3,12 +3,22 @@
"version": "0.1.0",
"description": "Shared configuration constants for Effigenix ERP",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"publishConfig": {
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"scripts": {