shortcut-value-viewer
Version:
A RunKit value viewer for Shortcuts.js shortcuts.
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "shortcut-value-viewer",
"version": "1.0.0",
"description": "A RunKit value viewer for Shortcuts.js shortcuts.",
"license": "MIT",
"dependencies": {
"@runkit/value-viewer": "1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"shortcuts.js": "^3.0.0",
"styled-components": "^4.3.2"
},
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"./**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/haykam821/Shortcut-Value-Viewer.git"
},
"keywords": [
"shortcuts",
"value-viewer"
],
"author": "haykam821",
"bugs": {
"url": "https://github.com/haykam821/Shortcut-Value-Viewer/issues"
},
"homepage": "https://github.com/haykam821/Shortcut-Value-Viewer#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-haykam": "^1.7.0",
"eslint-plugin-extra-rules": "0.0.0-development",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-unicorn": "^9.1.0"
}
}