33 lines
712 B
JSON
33 lines
712 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.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsdown"
|
|
},
|
|
"devDependencies": {
|
|
"@guiiai/logg": "catalog:",
|
|
"error-stack-parser": "^2.1.4",
|
|
"nanoid": "^5.1.6"
|
|
}
|
|
}
|