@sigi/devtool
Version:
Connect sigi to redux devtool
42 lines (41 loc) • 899 B
JSON
{
"name": "@sigi/devtool",
"version": "2.13.2",
"description": "Connect sigi to redux devtool",
"keywords": [
"Devtool",
"Sigi"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://sigi.how",
"license": "MIT",
"main": "dist/index.js",
"module": "esm/index.js",
"esnext": "next/index.js",
"types": "esm/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false,
"files": [
"dist",
"esm",
"next",
"es2015",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
},
"bugs": {
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "2.13.2",
"@sigi/types": "2.13.0",
"tslib": "^2.8.1"
},
"gitHead": "e125e80a923214ebc1f210ffb6ac6c56732f9167"
}