UNPKG

@frontender-magazine/builder

Version:
101 lines (100 loc) 3.4 kB
{ "name": "@frontender-magazine/builder", "version": "1.4.15", "description": "build an article from url", "main": "source/index.js", "scripts": { "precommit": "lint-staged", "lint": "eslint --color -f stylish --fix ./source/linttest/*.jsx", "postversion": "git push && git push --tags", "major": "npm version major && npm publish --tag latest --access public", "minor": "npm version minor && npm publish --tag latest --access public", "patch": "npm version patch && npm publish --tag latest --access public", "dopreminor": "npm version preminor && npm publish --tag next --access public", "dopremajor": "npm version premajor && npm publish --tag next --access public", "doprepatch": "npm version prepatch && npm publish --tag next --access public", "start": "node ./source/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/FrontenderMagazineDevelopment/builder.git" }, "lint-staged": { "*.js": [ "eslint --color -f stylish --fix" ] }, "keywords": [ "Frontender Magazine", "fm", "frontender" ], "author": "Anton Nremtsev <thesilentimp@gmail.com>", "license": "CC-BY-4.0", "bugs": { "url": "https://github.com/FrontenderMagazineDevelopment/builder/issues" }, "homepage": "https://github.com/FrontenderMagazineDevelopment/builder#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-export-default": "^7.0.0-beta.32", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/preset-env": "^7.9.6", "@babel/register": "^7.9.0", "babel-eslint": "^10.1.0", "babel-plugin-module-resolver": "^4.0.0", "eslint": "^7.0.0", "eslint-config-airbnb": "^18.1.0", "eslint-import-resolver-babel-module": "^5.1.2", "eslint-plugin-demoforfix": "^1.1.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jinojiro": "0.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", "husky": "^4.2.5", "lint-staged": "^10.2.2", "@babel/plugin-transform-runtime": "^7.9.6", "@babel/polyfill": "^7.8.7", "@babel/runtime": "^7.9.6", "eslint-plugin-react": "^7.20.0" }, "dependencies": { "@frontender-magazine/mercury-sdk": "^3.0.0", "@octokit/rest": "^17.9.0", "@postlight/mercury-parser": "^2.2.0", "algorithmia": "^0.3.10", "array-flatten": "^3.0.0", "aws-sdk": "^2.676.0", "compromise": "^13.2.0", "core-js": "^3.6.5", "deepmerge": "^4.2.2", "detectlanguage": "^1.2.2", "dotenv": "^8.2.0", "download-file": "^0.1.5", "image-downloader": "^4.0.1", "image-type": "^4.1.0", "isomorphic-fetch": "^2.2.1", "joi": "^14.3.1", "jsdom": "^16.2.2", "keyword-extractor": "0.0.19", "open-graph-scraper": "^3.6.2", "path": "^0.12.7", "prettier": "^2.0.5", "query-string": "^6.12.1", "rake-js": "^0.1.1", "read-chunk": "^3.2.0", "retext": "^7.0.1", "retext-keywords": "^6.0.0", "rimraf": "^3.0.2", "sha.js": "^2.4.11", "sharp": "^0.25.2", "striptags": "^3.1.1", "turndown": "^6.0.0", "turndown-plugin-gfm": "^1.0.2", "url-parse": "^1.4.7", "vfile": "^4.1.0" } }