{
  "name": "@node-i3x/core",
  "version": "0.10.0",
  "description": "i3X domain core — models, ports, and services (zero dependencies)",
  "license": "AGPL-3.0-or-later OR LicenseRef-Sterfive-Commercial",
  "author": "Sterfive SAS <contact@sterfive.com> (https://sterfive.com)",
  "homepage": "https://sterfive.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-opcua/node-i3x.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/node-opcua/node-i3x/issues",
    "email": "contact@sterfive.com"
  },
  "funding": {
    "type": "commercial",
    "url": "https://sterfive.com"
  },
  "keywords": [
    "opcua",
    "opc-ua",
    "i3x",
    "industrial",
    "iiot",
    "iot",
    "domain",
    "digital-twin",
    "asset-management",
    "sterfive"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "dist",
    "LICENSE",
    "LICENSE-AGPL-3.0",
    "LICENSING.md"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^26.1.1"
  }
}
