{
  "name": "@nodesecure/conformance",
  "version": "1.2.1",
  "description": "SPDX license conformance for NodeSecure",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "npm run build",
    "test-only": "node --test ./test/**/*.spec.ts",
    "test-types": "attw --pack . --profile esm-only",
    "test": "c8 -r html npm run test-only && npm run test-types",
    "spdx:refresh": "node ./scripts/fetchSpdxLicenses.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NodeSecure/scanner",
    "directory": "workspaces/conformance"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "SPDX",
    "conformance",
    "license"
  ],
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeSecure/scanner/issues"
  },
  "homepage": "https://github.com/NodeSecure/tree/master/workspaces/conformance#readme",
  "devDependencies": {
    "@openally/httpie": "^1.0.0",
    "@types/spdx-expression-parse": "^3.0.5",
    "node-estree": "^4.0.0"
  },
  "dependencies": {
    "@nodesecure/mama": "^2.1.0",
    "@openally/result": "2.0.0",
    "astring": "^1.9.0",
    "fastest-levenshtein": "^1.0.16",
    "spdx-expression-parse": "^4.0.0"
  }
}
