UNPKG

react-key-from-object

Version:
45 lines (44 loc) 1.06 kB
{ "name": "react-key-from-object", "version": "1.2.1", "description": "Generate react keys from objects", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Poyoman39/react-key-from-object.git" }, "keywords": [ "react", "key", "reference", "object", "map" ], "author": "Johan Maupetit", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/Poyoman39/react-key-from-object/issues" }, "homepage": "https://github.com/Poyoman39/react-key-from-object#readme", "dependencies": { "react": ">=18.3.1" }, "devDependencies": { "@types/react": "^19.1.8", "babel-eslint": "^10.1.0", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.3", "prettier": "^3.6.2", "typescript": "^5.8.3" } }