{
  "name": "node-lts-versions",
  "version": "2.0.2",
  "description": "Get the maintained LTS versions of Node.js",
  "main": "index.js",
  "type": "module",
  "types": "index.d.ts",
  "files": [
    "CHANGELOG.md",
    "dist",
    "main.js",
    "index.d.ts",
    "action.yml"
  ],
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@actions/core": "^3.0.0",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@haraka/eslint-config": "^2.0.4",
    "@vercel/ncc": "^0.38.4"
  },
  "scripts": {
    "test": "node --test test/*.js",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint --fix .",
    "build": "ncc build main.js --license licenses.txt",
    "prettier": "npx prettier --check .",
    "prettier:fix": "npx prettier --write .",
    "versions": "npx npm-dep-mgr check",
    "versions:fix": "npx npm-dep-mgr update",
    "format": "npm run prettier:fix && npm run lint:fix",
    "test:coverage": "node --test --experimental-test-coverage test/*.js",
    "test:coverage:lcov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/msimerson/node-lts-versions.git"
  },
  "keywords": [
    "GitHub",
    "Actions",
    "JavaScript",
    "Node",
    "LTS",
    "Long Term Stable",
    "list",
    "tooling"
  ],
  "author": "Matt Simerson <matt@tnpi.net>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/msimerson/node-lts-versions/issues"
  },
  "prettier": {
    "printWidth": 90,
    "singleQuote": true,
    "semi": false
  },
  "homepage": "https://github.com/msimerson/node-lts-versions"
}
