7454804aa16d7d7f2ccdecb6b2d648d78fb4c32d
[squeep-indieauth-helper] / package.json
1 {
2 "name": "@squeep/indieauth-helper",
3 "version": "1.4.1",
4 "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
5 "main": "index.js",
6 "scripts": {
7 "coverage": "nyc npm test",
8 "eslint": "eslint *.js lib",
9 "test": "mocha --recursive"
10 },
11 "pre-commit": [
12 "eslint",
13 "coverage"
14 ],
15 "keywords": [
16 "IndieAuth"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://git.squeep.com/squeep-indieauth-helper/"
21 },
22 "engines": {
23 "node": "^14 >=14.18 || >=15.7"
24 },
25 "author": "Justin Wind <jwind-npm@squeep.com>",
26 "license": "ISC",
27 "dependencies": {
28 "@squeep/log-helper": "^1.0.0",
29 "@squeep/web-linking": "^1.0.8",
30 "got": "^13.0.0",
31 "iconv": "^3.0.1",
32 "ip-address": "^9.0.5",
33 "microformats-parser": "^2.0.2"
34 },
35 "devDependencies": {
36 "eslint": "^8.55.0",
37 "eslint-plugin-node": "^11.1.0",
38 "eslint-plugin-promise": "^6.1.1",
39 "eslint-plugin-security": "^1.7.1",
40 "eslint-plugin-sonarjs": "^0.23.0",
41 "mocha": "^10.2.0",
42 "nyc": "^15.1.0",
43 "pre-commit": "^1.2.2",
44 "sinon": "^17.0.1"
45 }
46 }