UNPKG

@supercharge/container

Version:

The Supercharge container package

62 lines (61 loc) 1.58 kB
{ "name": "@supercharge/container", "description": "The Supercharge container package", "version": "4.0.0-alpha.2", "author": "Marcus Pöhls <marcus@superchargejs.com>", "bugs": { "url": "https://github.com/supercharge/framework/issues" }, "files": [ "dist" ], "type": "module", "main": "dist/index.js", "types": "dist", "exports": { ".": "./dist/index.js" }, "dependencies": { "@supercharge/classes": "~2.0.0", "@supercharge/contracts": "^4.0.0-alpha.2", "@supercharge/goodies": "~2.0.0", "@supercharge/map": "~1.5.0", "@supercharge/strings": "~2.0.0" }, "devDependencies": { "c8": "~8.0.1", "expect": "~29.7.0", "typescript": "~5.3.3", "uvu": "~0.5.6" }, "engines": { "node": ">=20" }, "homepage": "https://superchargejs.com", "keywords": [ "container", "ioc-container", "supercharge", "superchargejs", "nodejs" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "directory": "packages/container", "url": "git+https://github.com/supercharge/framework.git" }, "scripts": { "build": "tsc --build tsconfig.json --force", "watch": "npm run build -- --watch", "lint": "eslint src --ext .js,.ts", "lint:fix": "npm run lint -- --fix", "test": "npm run build && npm run lint && npm run test:run", "test:run": "c8 --include=dist uvu --ignore helpers --ignore fixtures", "posttest": "c8 report --reporter=html" }, "gitHead": "353d0c28dd2a03977a53733abd1a1ec7c387c888" }