6f53923303
Build bootstrap container / build (push) Successful in 3m7s
Release / release (push) Successful in 24m25s
Release / publish-packages (push) Has been skipped
Release / trigger-coopenomics-docs (push) Has been skipped
Release / trigger-mono-docs (push) Has been skipped
33 lines
786 B
JSON
33 lines
786 B
JSON
{
|
|
"name": "@coopenomics/inter",
|
|
"type": "module",
|
|
"version": "2026.5.30-alpha-2",
|
|
"description": "Контракты и DI-токены для связи расширений контроллера без прямых зависимостей",
|
|
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"unbuild": "^2.0.0"
|
|
}
|
|
}
|