{
  "name": "@air/zephyr-compiled",
  "version": "17.0.0-majd.1",
  "description": "Air's React component library",
  "keywords": [
    "react",
    "components",
    "typescript",
    "tsdx"
  ],
  "homepage": "https://github.com/AirLabsTeam/web-core/tree/master/packages/zephyr#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "main": "dist/index.js",
  "module": "dist/zephyr.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "directory": "packages/zephyr",
    "type": "git",
    "url": "git+https://github.com/AirLabsTeam/web-core.git"
  },
  "bugs": {
    "url": "https://github.com/AirLabsTeam/web-core/issues"
  },
  "scripts": {
    "start": "tsdx watch --verbose --noClean --tsconfig tsconfig.build.json",
    "copy-zephyr": "rm -rf ./src && cp -r ../zephyr/src ./src",
    "tsdx:build": "tsdx build --tsconfig tsconfig.build.json",
    "build": "yarn copy-zephyr && yarn tsdx:build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint"
  },
  "dependencies": {
    "@air/zephyr": "^17.0.0-majd.1"
  }
}
