X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5aabf12286e74aeb60b829d6401db8b17881a03f..d92ac8ccf6516011bc40bff2b17ef0d0d766f9de:/package.json diff --git a/package.json b/package.json index 9351dfc..d127963 100644 --- a/package.json +++ b/package.json @@ -1,42 +1,40 @@ { "name": "blog", - "version": "1.0.1", + "version": "2.0.0-alpha1", "description": "An ephemeral blog", "main": "lib/blog.js", "bin": { "blog": "./bin/blog.js" }, "scripts": { - "document": "jsdoc -c ./config/jsdoc.json lib config", + "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", "lint": "eslint .", - "test": "echo \":(\"" + "test": "echo ':('" }, "repository": { "type": "git", - "url": "git+https://github.com/rbdr/blog.git" + "url": "git+https://gitlab.com/rbdr/blog.git" }, "author": "Ben Beltran ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/rbdr/blog/issues" + "url": "https://gitlab.com/rbdr/blog/issues" }, - "homepage": "https://github.com/rbdr/blog#readme", + "homepage": "https://gitlab.com/rbdr/blog#readme", "dependencies": { - "getenv": "0.7.x", - "minimist": "1.2.x", - "mustache": "2.3.x", - "ncp": "2.0.x", - "rimraf": "2.6.x", - "showdown": "1.7.x" + "getenv": "^1.0.0", + "minimist": "^1.2.5", + "dot": "^1.1.3", + "ncp": "^2.0.0", + "marked": "^1.0.0" }, "devDependencies": { - "docdash": "0.4.x", - "eslint": "4.1.x", - "eslint-config-hapi": "10.0.x", - "eslint-plugin-hapi": "4.0.x", - "jsdoc": "3.4.x" + "eslint": "^7.1.0", + "@hapi/eslint-config-hapi": "^13.0.2", + "@hapi/eslint-plugin-hapi": "^4.3.5", + "jsdoc-to-markdown": "^6.0.1" }, "engines": { - "node": ">=8.0.0" + "node": ">=14.0.0" } }