UNPKG

@miracledevs/paradigm-web-di

Version:

A minimal dependency injection library for the web

48 lines (47 loc) 1.54 kB
{ "name": "@miracledevs/paradigm-web-di", "version": "1.0.3", "description": "A minimal dependency injection library for the web", "main": "./index.js", "types": "./index.d.ts", "private": false, "scripts": { "test": "jest", "coverage": "jest --coverage", "watch-test": "jest --watch", "watch-coverage": "jest --coverage --watch", "build": "npm install && tsc --project . --incremental", "watch": "npm run build -- --watch", "build-publish": "npm run build && npm run copy-readme && npm run copy-package && npm run copy-source", "copy-readme": "cp ./readme.md ./dist/", "copy-package": "cp ./package.json ./dist/", "copy-source": "cp -r ./src/* ./dist/" }, "repository": { "type": "git", "url": "git+https://github.com/MiracleDevs/Paradigm.Web.DI.git" }, "keywords": [ "miracledevs", "dependency", "injection", "di", "container", "injectable", "typescript", "javascript" ], "author": "Miracle Devs", "license": "MIT", "bugs": { "url": "https://github.com/MiracleDevs/Paradigm.Web.DI/issues" }, "homepage": "https://github.com/MiracleDevs/Paradigm.Web.DI#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "reflect-metadata": "^0.1.13", "ts-jest": "^27.1.3", "typescript": "^4.6.2" } }