react-konami
Version:
A simple component to add an easterEggs in your react web application
39 lines (38 loc) • 928 B
JSON
{
"name": "react-konami",
"version": "0.6.2",
"description": "A simple component to add an easterEggs in your react web application",
"main": "./build/Konami.js",
"types": "./build/Konami.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/FloValence/react-konami.git"
},
"scripts": {
"build": "rimraf build && tsc -p \"./\"",
"watch": "tsc --watch -p \"./\"",
"prepublishOnly": "npm prune && npm run build"
},
"keywords": [
"konami",
"code",
"konamicode",
"react",
"component",
"easter egg",
"easter",
"cheat code",
"typescript"
],
"homepage": "https://flovalence.github.io/react-konami",
"author": "Florian Valence <florian.m.valence@gmail.com>",
"license": "ISC",
"peerDependencies": {
"react": ">=15.4.0"
},
"devDependencies": {
"@types/react": "^15.4.0",
"husky": "^0.11.9",
"rimraf": "^2.5.4"
}
}