{
  "name": "cpv-eu",
  "version": "1.0.1",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    }
  },
  "description": "Common Procurement Vocabulary (CPV) for EU procurement",
  "author": {
    "name": "Samhällskod",
    "email": "samhallskod@proton.me",
    "url": "https://samhallskod.se"
  },
  "contributors": [
    {
      "name": "literalgoat",
      "url": "https://github.com/literalgoat"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/samhallskod/cpv-eu"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "export-cpv": "ts-node scripts/export-cpv.ts"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "xlsx": "^0.18.5",
    "ts-node": "^10.9.1",
    "@types/node": "^20.0.0"
  },
  "files": [
    "dist",
    "data/cpv.json"
  ],
  "keywords": [
    "cpv",
    "cpv codes",
    "eu cpv",
    "eu procurement",
    "public procurement",
    "common procurement vocabulary",
    "ted",
    "simap",
    "upphandling",
    "cpv lookup",
    "cpv categories",
    "offentlig upphandling",
    "samhällskod",
    "samhallskod"
  ]
}
