{
  "name": "@leisoft/aas-client",
  "version": "0.2.4",
  "description": "",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "dist",
    "package.json"
  ],
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "check": "tsc --noEmit",
    "lint": "eslint",
    "program": "tsx script/program.ts"
  },
  "keywords": [
    "Asset Administration Shell",
    "Asset",
    "AAS",
    "Verwaltungsschale",
    "VWS",
    "TypeScript",
    "JavaScript",
    "Browser",
    "Node.js",
    "AAS Client",
    "Submodel",
    "AAS Metamodel",
    "Concept Description",
    "Industrie 4.0",
    "Industry 4.0",
    "I4.0",
    "Digital Twin",
    "Asset Management",
    "IoT",
    "IIoT"
  ],
  "author": "Leisoft",
  "license": "Leisoft License",
  "packageManager": "pnpm@10.6.5",
  "devDependencies": {
    "@antfu/eslint-config": "^4.11.0",
    "@jest/globals": "^29.7.0",
    "eslint": "^9.23.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.1",
    "tsup": "^8.4.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": "22"
  }
}
