{
  "name": "@nodesecure/licenses-conformance",
  "version": "2.1.0",
  "description": "Check spdx license expressions",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "lint": "eslint index.js",
    "test-only": "cross-env esm-tape-runner 'tests/**/*.test.js' | tap-monkey",
    "test": "npm run lint && npm run test-only",
    "coverage": "c8 -r html npm test",
    "spdx:refresh": "node ./scripts/fetchSpdxLicenses.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeSecure/licenses-conformance.git"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "src"
  ],
  "keywords": [
    "spdx",
    "licenses"
  ],
  "author": "NodeSecure",
  "type": "module",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeSecure/licenses-conformance/issues"
  },
  "types": "index.d.ts",
  "homepage": "https://github.com/NodeSecure/licenses-conformance#readme",
  "dependencies": {
    "fastest-levenshtein": "^1.0.16",
    "spdx-expression-parse": "^4.0.0"
  },
  "devDependencies": {
    "@myunisoft/httpie": "^2.0.3",
    "@nodesecure/eslint-config": "^1.8.0",
    "@small-tech/esm-tape-runner": "^2.0.0",
    "@small-tech/tap-monkey": "^1.4.0",
    "astring": "^1.8.6",
    "c8": "^8.0.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.31.0",
    "node-estree": "^4.0.0",
    "tape": "^5.7.2"
  },
  "engines": {
    "node": ">=18"
  }
}
