UNPKG

@ogre-tools/injectable-extension-for-mobx

Version:

MobX support for Injectable in Ogre Tools

64 lines (63 loc) 1.71 kB
{ "name": "@ogre-tools/injectable-extension-for-mobx", "private": false, "version": "23.2.0", "description": "MobX support 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", "peerDependencies": { "@ogre-tools/fp": "^18 || ^19 || ^20 || ^21 || ^22 || ^23", "@ogre-tools/injectable": "^18 || ^19 || ^20 || ^21 || ^22 || ^23", "mobx": "^6.12.4" }, "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", "test:types": "tsd", "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", "lodash": "^4.17.21", "tsd": "^0.29.0" }, "gitHead": "2bb70319d79456ee9f99356d14983f569003dd38" }