X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=package.json;h=c73bb9972d136602180956cdb40a09c99cee754a;hp=3e90303ca626baf593990d65b6fa535740dcb2bf;hb=HEAD;hpb=57cb2f2fc75ae447dfcc750bb62dcc8bb487cd15 diff --git a/package.json b/package.json index 3e90303..02abe90 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,19 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.2", + "version": "1.4.2", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { + "audit": "npm audit", "coverage": "nyc npm test", - "eslint": "eslint *.js lib", + "eslint": "eslint index.js lib", "test": "mocha --recursive" }, + "files": [ + "lib/**" + ], "pre-commit": [ + "audit", "eslint", "coverage" ], @@ -20,26 +25,24 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=14.18 || >=15.7" + "node": ">=20" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "^1.0.7", - "got": "^13.0.0", - "iconv": "^3.0.1", - "ip-address": "^8.1.0", - "microformats-parser": "^1.4.1" + "@squeep/log-helper": "^1", + "@squeep/web-linking": "^1", + "got": "^14", + "iconv": "^3", + "ip-address": "^9", + "microformats-parser": "^2" }, "devDependencies": { - "eslint": "^8.42.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.19.0", - "mocha": "^10.2.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^15.1.0" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" } }