UNPKG

react-use-konami

Version:

react hook that adds konami code to your component

77 lines (76 loc) 1.97 kB
{ "name": "react-use-konami", "version": "1.1.0", "description": "react hook that adds konami code to your component", "author": "moldy", "license": "MIT", "main": "lib/index.js", "types": "lib/declaration/index.d.ts", "files": [ "lib/**/*", "lib/**", "README.md" ], "scripts": { "lint": "npm run lint:ts", "lint:ts": "tslint -p tsconfig.json", "build": "node scripts/build.js", "clean": "rimraf lib", "test": "jest --config jest/unit.json" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.0", "@babel/plugin-transform-spread": "^7.2.2", "@babel/polyfill": "^7.4.3", "@babel/preset-env": "^7.6.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@types/jest": "^24.0.11", "@types/react": "^16.8.13", "@typescript-eslint/eslint-plugin": "^1.6.0", "@typescript-eslint/parser": "^1.6.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.12.1", "eslint": "^6.3.0", "eslint-import-resolver-typescript": "^1.1.1", "eslint-plugin-import": "^2.18.2", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^2.6.3", "rollup": "^1.10.0", "rollup-plugin-typescript2": "^0.20.1", "rollup-plugin-uglify": "^5.0.2", "tslint": "^5.15.0", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.4.3" }, "lint-staged": { "*.js": [ "eslint --color" ], "*.ts": [ "tslint" ], ".travis.yml": "travis-lint" }, "keywords": [ "konami", "hooks", "konami", "code", "use-konami", "react" ], "repository": { "type": "git", "url": "https://github.com/moldy530/react-use-konami.git" } }