Files
moeka-project/packages/injecta/package.json
T

31 lines
651 B
JSON

{
"name": "@proj-airi/injecta",
"type": "module",
"private": true,
"description": "Dependency Injection (DI) utilities",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/injecta"
},
"exports": {
".": {
"type": "./dist/index.d.mjs",
"default": "./dist/index.mjs"
}
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsdown"
},
"dependencies": {
"@guiiai/logg": "catalog:"
}
}