UNPKG

@ogre-tools/injectable-extension-for-auto-registration

Version:

Auto-registration of injectables for Injectable in Ogre Tools

63 lines (62 loc) 1.72 kB
{ "name": "@ogre-tools/injectable-extension-for-auto-registration", "private": false, "version": "23.2.0", "description": "Auto-registration of injectables for Injectable in Ogre Tools", "files": [ "build", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/ogre-works/ogre-tools" }, "main": "build/index.js", "module": "build/index.mjs", "exports": { ".": { "import": { "types": "./index.d.ts", "default": "./build/index.mjs" }, "require": { "types": "./index.d.ts", "default": "./build/index.js" } } }, "types": "./index.d.ts", "keywords": [ "js" ], "author": "Ogre Works", "license": "MIT", "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "@ogre-tools/fp": "^16 || ^17 || ^18 || ^19 || ^20 || ^21 || ^22 || ^23", "@ogre-tools/injectable": "^16 || ^17 || ^18 || ^19 || ^20 || ^21 || ^22 || ^23" }, "bugs": { "url": "https://github.com/ogre-works/ogre-tools/issues" }, "homepage": "https://github.com/ogre-works/ogre-tools#readme", "publishConfig": { "access": "public" }, "prettier": "@ogre-tools/infrastructure-prettier", "scripts": { "build": "ogre-tools-build-js", "test": "ogre-tools-test", "code-style:verify": "ogre-tools-verify-code-style", "code-style:fix": "ogre-tools-fix-code-style" }, "devDependencies": { "@ogre-tools/infrastructure-babel-for-js": "^23.2.0", "@ogre-tools/infrastructure-jest": "^23.2.0", "@ogre-tools/infrastructure-prettier": "^23.2.0", "@ogre-tools/infrastructure-webpack-for-js": "^23.2.0" }, "gitHead": "2bb70319d79456ee9f99356d14983f569003dd38" }