{
  "name": "gs1-core",
  "version": "0.1.0",
  "description": "Zero-dependency library to parse, validate and generate GS1 element strings, raw barcode data and GS1 Digital Link URIs",
  "keywords": [
    "gs1",
    "barcode",
    "gtin",
    "sscc",
    "application-identifier",
    "datamatrix",
    "gs1-128",
    "digital-link"
  ],
  "license": "MIT",
  "author": "rmingon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rmingon/gs1-core.git"
  },
  "homepage": "https://github.com/rmingon/gs1-core#readme",
  "bugs": {
    "url": "https://github.com/rmingon/gs1-core/issues"
  },
  "sideEffects": false,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm test && npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "vitest": "^3.0.0"
  }
}
