mirror of
https://github.com/sern-handler/tools
synced 2026-06-11 10:22:18 +00:00
19 lines
318 B
JSON
19 lines
318 B
JSON
{
|
|
"name": "@sern/ioc",
|
|
"version": "1.0.0",
|
|
"description": "Dependency Injection system",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|