UNPKG

@solariera/use-memoized

Version:
65 lines (64 loc) 1.65 kB
{ "name": "@solariera/use-memoized", "version": "0.0.4", "description": "Memoize hook for object", "author": "Solariera <always@solariera.com> (https://github.com/solariera)", "license": "MIT", "keywords": [ "react", "reactnative", "hook", "usememo", "memoize", "object" ], "homepage": "https://github.com/solariera/use-memoized#readme", "repository": { "type": "git", "url": "git+https://github.com/solariera/use-memoized.git" }, "bugs": { "url": "https://github.com/solariera/use-memoized/issues" }, "publishConfig": { "access": "public" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "dependencies": { "fast-deep-equal": "^3.1.3", "react": "^17.0.2" }, "scripts": { "test": "jest", "test:cov": "jest --watch --coverage", "typesync": "typesync || :", "clean": "rm -rf lib/", "ts-declaration": "tsc --declaration --outDir lib", "build": "yarn ts-declaration", "build:clean": "yarn clean && yarn ts-declaration ", "prepare": "yarn build" }, "devDependencies": { "@jest/types": "^27.0.6", "@solariera/easy-jest": "^0.0.10", "@types/eslint": "^7.2.13", "@types/jest": "^26.0.23", "@types/prettier": "^2.3.1", "@types/react": "^17.0.13", "@typescript-eslint/parser": "^4.28.1", "can-npm-publish": "^1.3.6", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "jest": "^27.0.6", "jest-cli": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.3", "ts-node": "^10.0.0", "typescript": "^4.3.5", "typesync": "^0.8.0" } }