@shared-state/core
Version:
The core package of `@shared-state`
22 lines • 413 B
JSON
{
"name": "@shared-state/core",
"author": "Mark Li",
"private": false,
"repository": {
"type": "git",
"url": "git@github.com:lmarklil/shared-state.git"
},
"version": "1.3.1",
"description": "",
"keywords": [
"shared-state"
],
"license": "MIT",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"files": [
"dist"
]
}