X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=package.json;h=c73bb9972d136602180956cdb40a09c99cee754a;hp=a1b9fc8665783b003b5ee1c82994553af6bda195;hb=HEAD;hpb=7bef8a2b9f29b116ee8401ad76322717a6e07dd2 diff --git a/package.json b/package.json index a1b9fc8..02abe90 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,19 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.1", - "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", + "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,24 +25,24 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=12.9" + "node": ">=20" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", - "axios": "^0.27.2", - "iconv": "^3.0.1", - "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.14.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^13.0.2" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^17" } }