aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 16 insertions, 18 deletions
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 <ben@nsovocal.com>",
"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"
}
}