@sigi/core
Version:
Sigi core library
47 lines (46 loc) • 978 B
JSON
{
"name": "@sigi/core",
"version": "2.13.2",
"description": "Sigi core library",
"keywords": [
"RxJS",
"TypeScript",
"Sigi"
],
"author": "LongYinan <longyinan.brooklyn@bytedance.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/di": "2.13.1",
"@sigi/types": "2.13.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"immer": ">=9",
"rxjs": ">=7"
},
"gitHead": "e125e80a923214ebc1f210ffb6ac6c56732f9167"
}