UNPKG

@aricma/itemids

Version:

Be faster in creating and updating react state, with the ItemIds object.

41 lines (40 loc) 930 B
{ "name": "@aricma/itemids", "version": "2.1.0", "description": "Be faster in creating and updating react state, with the ItemIds object.", "main": "build/index.js", "scripts": { "start": "npx babel src --watch --out-dir build", "build": "npx babel src --out-dir build", "test": "jest src --watch", "coverage": "jest --collect-coverage", "ci-test": "jest --ci" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "babel-jest": "^25.4.0", "jest": "^25.4.0" }, "author": { "name": "Adrian Mindak", "url": "aricma.com" }, "repository": { "type": "git", "url": "https://github.com/aricma/itemids.git" }, "bugs": { "url": "https://github.com/aricma/itemids/issues" }, "license": "MIT", "keywords": [ "react", "state", "effects", "mutable", "selection", "array" ] }