{
  "name": "@aire-ux/aire-condensation",
  "version": "0.2.0",
  "description": "Client-side serialization library for Aire-UX",
  "main": "dist/index.js",
  "scripts": {
    "build": "ttsc -p tsconfig.json",
    "test": "npx jest",
    "format": "npx prettier --write .",
    "prepublish": "npx jest && ttsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/aire-ux/aire-components.git"
  },
  "keywords": [
    "serialization",
    "UI"
  ],
  "author": "aire-ux",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aire-ux/aire-components/issues"
  },
  "homepage": "https://github.com/aire-ux/aire-components#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@types/jest": "^27.0.3",
    "@zerollup/ts-transform-paths": "^1.7.18",
    "husky": "^7.0.4",
    "jest": "^27.4.2",
    "lint-staged": "^12.1.2",
    "lit": "2.0.0",
    "prettier": "2.5.0",
    "ts-jest": "^27.0.7",
    "ttypescript": "^1.5.13",
    "typescript": "^4.5.2"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "rootDir": "./",
    "testMatch": [
      "**/*.spec.ts"
    ],
    "moduleNameMapper": {
      "^@condensation/(.*)$": "<rootDir>/src/main/typescript/$1"
    },
    "roots": [
      "src/main/typescript",
      "src/test/typescript"
    ],
    "transform": {
      "^.+\\.(js|ts)$": "ts-jest"
    },
    "moduleFileExtensions": [
      "js",
      "jsx",
      "ts",
      "tsx"
    ],
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!\\@?lit)"
    ],
    "globals": {
      "ts-jest": {
        "tsconfig": {
          "allowJs": true
        }
      },
      "window": {}
    }
  },
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  }
}
