@tinijs/store
Version:
The state management module for the TiniJS framework.
46 lines (45 loc) • 889 B
JSON
{
"name": "@tinijs/store",
"version": "0.21.0",
"description": "The state management module for the TiniJS framework.",
"author": "Nhan Lam",
"homepage": "https://tinijs.dev",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": "./dist/public-api.js"
},
"files": [
"dist",
"!**/*.spec.*"
],
"scripts": {
"build": "rimraf ./dist && tsc",
"test": "vitest run",
"lint": "gts lint",
"fix": "gts fix"
},
"keywords": [
"Javascript",
"Framework",
"Angular",
"Vue",
"React",
"Nuxt",
"Next"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tinijs/tinijs.git"
},
"bugs": {
"url": "https://github.com/tinijs/tinijs/issues"
},
"gitHead": "d827cac162f399a01e5f286e1bd15bb5e4e3911f"
}