X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=78fa2634f4325e160dd976084ca18f651f84701e;hb=752a52872743585905cb6c97b5e511853dd8b7ec;hp=94a4957d8a089562e03202f125d51542b8d45852;hpb=ebd24d1203dfce8102dcd12baa5c241b4f97b300;p=websub-hub diff --git a/package.json b/package.json index 94a4957..78fa263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "websub-hub", - "version": "1.2.1", + "name": "@squeep/websub-hub", + "version": "1.3.0", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -32,25 +32,30 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.0", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.0", - "argon2": "^0.28.2", - "axios": "^0.21.4", - "better-sqlite3": "^7.4.3", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.2", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.0", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.1", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.1", + "axios": "^0.24.0", "feedparser": "^2.2.10", - "htmlparser2": "^7.1.1", - "iconv": "^3.0.0", - "pg-promise": "^10.11.0" + "htmlparser2": "^7.1.2", + "iconv": "^3.0.1" + }, + "optionalDependencies": { + "argon2": "^0.28.2", + "better-sqlite3": "^7.4.4", + "node-linux-pam": "^0.2.1", + "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^7.32.0", + "eslint": "^8.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.10.0", - "mocha": "^9.1.1", + "mocha": "^9.1.3", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^11.1.2" + "sinon": "^12.0.1" } }