UNPKG

serp-preview

Version:

Show how your website will appear in searchs engine results

70 lines (69 loc) 1.99 kB
{ "name": "serp-preview", "version": "0.2.0", "description": "Show how your website will appear in searchs engine results", "license": "MIT", "main": "dist/index.js", "scripts": { "start": "concurrently npm:watch npm:guide", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix", "watch": "babel ./src -d dist --ignore 'src/**/stories.js','src/**/test.js' --watch", "test": "npm run lint && jest ./src", "test:update": "jest ./src -u", "guide": "start-storybook -p 2002", "build": "rm -rf dist && mkdir dist && babel ./src -d dist --ignore 'src/**/stories.js','src/**/test.js'", "build:storybook": "build-storybook", "publish:storybook": "npm run build:storybook && gh-pages -d storybook-static", "prepack": "npm test && npm run build" }, "files": [ "dist", "src", "*.md", "LICENSE" ], "peerDependencies": { "react": "^16.13.1", "prop-types": "^15.7.2", "styled-components": "^5.0.1" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "@storybook/addon-actions": "^5.3.17", "@storybook/addon-info": "^5.3.17", "@storybook/addon-links": "^5.3.17", "@storybook/addons": "^5.3.17", "@storybook/react": "^5.3.17", "babel-eslint": "^10.1.0", "babel-jest": "^25.1.0", "babel-loader": "^8.1.0", "concurrently": "^5.1.0", "eslint": "^6.8.0", "eslint-plugin-react": "^7.19.0", "gh-pages": "^2.2.0", "jest": "^25.1.0", "jest-styled-components": "^7.0.0", "react-test-renderer": "^16.13.1" }, "homepage": "https://github.com/pedroparra/serp-preview.git", "repository": { "type": "git", "url": "https://github.com/pedroparra/serp-preview.git" }, "keywords": [ "google", "search", "scraper", "google scraper", "SERP", "SEO", "preview" ], "dependencies": { "styled-components": "^5.0.1" } }