mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
21 lines
365 B
JSON
21 lines
365 B
JSON
{
|
|
"name": "@sern/ioc",
|
|
"version": "1.0.2",
|
|
"description": "Dependency Injection system",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "vitest --run",
|
|
"tdd": "vitest",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|