-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 852 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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": "workspace:*",
"@sigi/types": "workspace:*",
"tslib": "^2.8.1"
}
}