@ogre-tools/injectable-extension-for-mobx
Version:
MobX support for Injectable in Ogre Tools
51 lines (50 loc) • 1.39 kB
JSON
{
"name": "@ogre-tools/injectable-extension-for-mobx",
"private": false,
"version": "17.11.1",
"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",
"types": "./index.d.ts",
"keywords": [
"js"
],
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^16 || ^17",
"@ogre-tools/injectable": "^16 || ^17",
"lodash": "^4.17.21",
"mobx": "^6.3.0"
},
"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": "^17.11.1",
"@ogre-tools/infrastructure-jest": "^17.11.1",
"@ogre-tools/infrastructure-prettier": "^17.11.1",
"@ogre-tools/infrastructure-webpack-for-js": "^17.11.1",
"tsd": "^0.29.0"
},
"gitHead": "fbf5e8b2eb38b9a396106468ba1f861b56d27f4a"
}