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