bump package version to 1.4.2
[squeep-indieauth-helper] / package.json
index fb2f0ab0965da2f0c28b27fb88701be317c9f087..02abe90a36a9e9b59c25d41c99c33f5af916ddd0 100644 (file)
@@ -1,14 +1,19 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.1.7",
+  "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"
   ],
     "url": "https://git.squeep.com/squeep-indieauth-helper/"
   },
   "engines": {
-    "node": ">=14"
+    "node": ">=20"
   },
   "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
   "dependencies": {
-    "@squeep/base64url": "^1.0.5",
-    "@squeep/web-linking": "^1.0.7",
-    "axios": "^1.1.3",
-    "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.27.0",
-    "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-promise": "^6.1.1",
-    "eslint-plugin-security": "^1.5.0",
-    "eslint-plugin-sonarjs": "^0.16.0",
-    "mocha": "^10.1.0",
-    "nyc": "^15.1.0",
-    "pre-commit": "^1.2.2",
-    "sinon": "^14.0.2"
+    "@squeep/eslint-config": "^1",
+    "eslint": "^9",
+    "mocha": "^10",
+    "nyc": "^15",
+    "pre-commit": "^1",
+    "sinon": "^17"
   }
 }