UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

41 lines (40 loc) 1.05 kB
{ "name": "@renewx/core", "version": "0.3.2", "description": "Lightweight state management library with validation support", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "sideEffects": false, "scripts": { "test": "vitest run", "build": "rm -rf dist; npm run build:lib -- --analyze=verbose; tsc --emitDeclarationOnly", "build:lib": "esbuild ./index.ts --bundle --platform=neutral --outdir=dist --target=es2015 --minify --tree-shaking=true --sourcemap=external --format=esm" }, "repository": { "type": "git", "url": "git+https://github.com/adv0cat/renewx.git" }, "keywords": [ "store", "state", "action", "validation", "transaction", "reactive", "reactivity", "state-management", "state manager" ], "author": "adv0cat", "license": "MIT", "bugs": { "url": "https://github.com/adv0cat/renewx/issues" }, "homepage": "https://github.com/adv0cat/renewx#readme", "files": [ "./dist/index.*", "./dist/src" ] }