@known-as-bmf/store
Version:
Lightweight synchronous state management library.
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "@known-as-bmf/store",
"version": "3.0.7",
"author": "Julien Avert",
"description": "Lightweight synchronous state management library.",
"keywords": [
"javascript",
"typescript",
"state",
"state management",
"store",
"atom"
],
"repository": {
"type": "git",
"url": "https://github.com/known-as-bmf/store.git"
},
"homepage": "https://github.com/known-as-bmf/store/tree/master/packages/store",
"bugs": "https://github.com/known-as-bmf/store/issues",
"license": "MIT",
"files": [
"dist",
"src"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tscli watch",
"build": "tscli build",
"test": "tscli test",
"test:watch": "tscli test --watch",
"test:coverage": "tscli test --coverage",
"lint": "tscli lint",
"doc": "api-extractor run --local --verbose",
"prepublishOnly": "tscli build"
},
"devDependencies": {
"@known-as-bmf/eslint-config-bmf": "1.0.7",
"@known-as-bmf/hookable": "^3.0.8",
"@known-as-bmf/toolchain": "1.0.0",
"@types/jest": "26.0.20",
"eslint": "7.21.0",
"tslib": "2.1.0",
"typescript": "4.2.2"
},
"dependencies": {
"@known-as-bmf/hookable": "^3.0.8",
"immer": "8.0.1"
},
"publishConfig": {
"access": "public"
}
}