X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=package.json;h=8d0c4993b810d7bcf1c001712f1956ffe1652e1c;hp=7454804aa16d7d7f2ccdecb6b2d648d78fb4c32d;hb=HEAD;hpb=004d338e7c2e4003de6c0baa2552c27221e2be39 diff --git a/package.json b/package.json index 7454804..02abe90 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,19 @@ { "name": "@squeep/indieauth-helper", - "version": "1.4.1", + "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,27 +25,24 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": "^14 >=14.18 || >=15.7" + "node": ">=20" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/log-helper": "^1.0.0", - "@squeep/web-linking": "^1.0.8", - "got": "^13.0.0", - "iconv": "^3.0.1", - "ip-address": "^9.0.5", - "microformats-parser": "^2.0.2" + "@squeep/log-helper": "^1", + "@squeep/web-linking": "^1", + "got": "^14", + "iconv": "^3", + "ip-address": "^9", + "microformats-parser": "^2" }, "devDependencies": { - "eslint": "^8.55.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.23.0", - "mocha": "^10.2.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^17.0.1" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" } }