sahara
Version:
An inversion-of-control container for managing dependencies. Supports constructor, property and method injection
37 lines (36 loc) • 755 B
JSON
{
"name": "sahara",
"version": "7.2.0",
"description": "An inversion-of-control container for managing dependencies. Supports constructor, property and method injection",
"keywords": [
"ioc",
"inversion",
"control",
"dependency",
"injection",
"container"
],
"license": "MIT",
"files": [
"dist"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tmont/sahara.git"
},
"dependencies": {
"tarjan-graph": "3.0.0"
},
"devDependencies": {
"@types/node": "22.10.7",
"mocha": "11.0.1",
"should": "13.2.3",
"typescript": "5.7.3"
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/mocha -R dot --recursive tests"
},
"typings": "dist/index.d.ts"
}