UNPKG

@joist/di

Version:

Dependency Injection for Vanilla JS classes

67 lines (66 loc) 1.31 kB
{ "name": "@joist/di", "version": "4.5.0", "type": "module", "main": "./target/lib.js", "module": "./target/lib.js", "exports": { ".": "./target/lib.js", "./*": "./target/lib/*", "./package.json": "./package.json" }, "files": [ "src", "target" ], "sideEffects": false, "description": "Dependency Injection for Vanilla JS classes", "repository": { "type": "git", "url": "git+https://github.com/joist-framework/joist.git" }, "keywords": [ "TypeScript", "DI", "Dependency Injection", "WebComponents" ], "author": "deebloo", "license": "MIT", "bugs": { "url": "https://github.com/joist-framework/joist/issues" }, "publishConfig": { "access": "public" }, "scripts": { "test": "wireit", "build": "wireit" }, "wireit": { "build": { "command": "tsc --build --pretty", "clean": "if-file-deleted", "files": [ "src/**", "tsconfig.json", "../../tsconfig.json" ], "output": [ "target/**", "tsconfig.tsbuildinfo" ] }, "test": { "command": "wtr --config wtr.config.mjs", "files": [ "wtr.config.mjs", "target/**" ], "output": [], "dependencies": [ "build" ] } } }