X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=61b6838f0574af41f120349935adb3e7941ad661;hb=7dd0b6c2ef1abfbec7e88c928a1735deb5c28c04;hp=85a53ed8150caa35a19eea85badb10dc520bb639;hpb=f0bf29c75b0fd405ff92fa76f058e61162b87e43;p=squeep-indie-auther diff --git a/package.json b/package.json index 85a53ed..61b6838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indie-auther", - "version": "1.1.0", + "version": "1.2.0", "description": "A stand-alone IndieAuth identity-provider service, for most of your IndieAuth endpoint needs.", "keywords": [ "IdP", @@ -16,16 +16,17 @@ "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint server.js src", + "eslint:test": "eslint test", "test": "mocha --recursive" }, "pre-commit": [ - "audit", "eslint", "coverage", - "coverage-check" + "coverage-check", + "audit" ], "engines": { - "node": ">=16.9" + "node": ">=20" }, "repository": { "type": "git", @@ -34,29 +35,29 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.0", + "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.1", "@squeep/api-dingus": "^2", "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.5.0", - "@squeep/chores": "git+https://git.squeep.com/squeep-chores/#v1.0.1", + "@squeep/chores": "git+https://git.squeep.com/squeep-chores/#v1.0.2", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.1", "@squeep/indieauth-helper": "^1.4", "@squeep/logger-json-console": "^3", "@squeep/mystery-box": "^2", "@squeep/roman": "^1", "@squeep/web-linking": "^1", - "better-sqlite3": "^9", + "better-sqlite3": "^11", "pg-promise": "^11", - "uuid": "^9" + "uuid": "^10" }, "devDependencies": { "@squeep/eslint-config": "^1", - "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.1", + "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v2.0.0", "eslint": "^9", "html-validate": "^8", "mocha": "^10", "mocha-steps": "^1", - "nyc": "^15", + "nyc": "^17", "pre-commit": "^1", - "sinon": "^17" + "sinon": "^18" } }