{
  "name": "moar-js",
  "version": "1.14.2",
  "description": "Simple JavaScript files I use across projects",
  "author": {
    "name": "Daniele Dellafiore"
  },
  "license": "MIT",
  "repository": {
    "url": "git@github.com:ildella/moar-js.git"
  },
  "bugs": {
    "url": "https://github.com/ildella/moar-js/issues"
  },
  "packageManager": "yarn@4.0.2",
  "keywords": [
    "JavaScript",
    "Library",
    "Streams",
    "Functional",
    "Curry",
    "Bitcoin Ligthing Network",
    "LND",
    "HTTP",
    "Axios"
  ],
  "engines": {
    "node": ">=16.10"
  },
  "scripts": {
    "audit": "yarn npm audit",
    "depcheck": "depcheck",
    "lint": "eslint . --max-warnings 2",
    "core.test": "node --test",
    "core.test.watch": "node --test --watch tests/**/*.test.js tests/*.test.js",
    "coverage": "jest --coverage",
    "test": "jest",
    "test.ci": "yarn test --ci --config jest.ci.config.js",
    "test.watch": "yarn test --watch"
  },
  "devDependencies": {
    "axios": "1.6.5",
    "eslint": "8.56.0",
    "eslint-config-node-moar": "0.12.1",
    "eslint-config-node-moar-stricter": "0.2.1",
    "eslint-config-node-moar-test": "0.2.0",
    "eslint-plugin-fp": "2.3.0",
    "eslint-plugin-jest": "27.6.3",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-security": "1.7.1",
    "eslint-plugin-sonarjs": "0.23.0",
    "eslint-plugin-unicorn": "50.0.1",
    "exstream.js": "0.23.0",
    "fastify": "4.25.2",
    "jest": "29.7.0",
    "node-notifier": "10.0.1",
    "nostr-tools": "1.17.0",
    "tracer": "1.3.0",
    "ws": "8.16.0"
  },
  "dependencies": {
    "just-curry-it": "5.3.0",
    "just-pick": "4.2.0"
  },
  "resolutions": {
    "@babel/traverse": "7.23.2"
  }
}