3 "description": "A Forum for the year 3000",
4 "license": "Apache-2.0",
5 "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>",
6 "homepage": "https://forum.unlimited.pizza",
9 "url": "git+ssh://git@gitlab.com/rbdr/forum.git"
12 "url": "https://gitlab.com/rbdr/forum/issues"
18 "build": "parcel build --no-source-maps ./app/index.html",
19 "document": "jsdoc2md > doc/README.md",
20 "lint": "eslint lib app bin/forum",
21 "linthtml": "htmlhint",
22 "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
23 "test": "lab -r lab-markdown-reporter -o doc/COVERAGE.md -r console -o stdout -c --coverage-path lib -L -t 100 test",
24 "watch": "parcel ./app/index.html"
27 "@hapi/joi": "16.1.8",
31 "koa-static": "^5.0.0",
32 "lightrouter": "^0.3.3",
33 "rethinkdb": "^2.4.2",
37 "@hapi/code": "^7.0.0",
38 "@hapi/eslint-config-hapi": "^12.3.0",
39 "@hapi/eslint-plugin-hapi": "^4.3.4",
40 "@hapi/lab": "^21.0.0",
42 "htmlhint": "^0.11.0",
43 "jsdoc-to-markdown": "^5.0.3",
44 "lab-markdown-reporter": "^1.0.2",
45 "parcel-bundler": "^1.12.4",
46 "parcel-plugin-static-files-copy": "^2.2.1",
47 "parcel-plugin-svelte": "^4.0.5",
54 "last 1 firefox version"