UNPKG

mutable-store

Version:

a mutable state management library for javascript

32 lines (31 loc) 800 B
{ "name": "mutable-store", "version": "2.0.0", "description": "a mutable state management library for javascript", "main": "index.js", "scripts": { "test": "jest --config jest.config.js", "build": "npm run lint && jest --config jest.config.js && tsc index.ts --downlevelIteration && terser index.js -o index.min.js", "lint": "eslint . --ext .ts" }, "keywords": [ "mutable", "js", "state", "management" ], "author": "Sean Freeman", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "jest": "^29.7.0", "terser": "^5.39.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3" }, "dependencies": { "@types/jest": "^30.0.0" } }