{
    "name": "@admin-layout/client",
    "version": "12.2.4-alpha.71",
    "description": "Sample client for higher packages to depend on",
    "license": "ISC",
    "author": "CDMBase LLC",
    "type": "module",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "react-native": "lib/index.native.js",
    "typings": "lib/index.d.ts",
    "scripts": {
        "build": "yarn build:clean && yarn build:lib",
        "build:clean": "rimraf lib",
        "build:lib": "rollup -c rollup.config.mjs",
        "build:lib:watch": "yarn build:lib -- --watch",
        "jest": "./node_modules/.bin/jest",
        "prepublish": "yarn build",
        "test": "cross-env ENV_FILE=../../config/test/test.env jest",
        "test:debug": "npm test -- --runInBand",
        "test:watch": "npm test -- --watch",
        "vitest": "cross-env ENV_FILE=../../config/test/test.env vitest",
        "watch": "yarn build:lib:watch"
    },
    "dependencies": {
        "serialize-error": "^8.0.0"
    },
    "devDependencies": {
        "common": "12.2.4-alpha.67",
        "rc-menu": "^9.16.1"
    },
    "peerDependencies": {
        "@adminide-stack/core": ">=12.0.4-alpha.247",
        "@common-stack/client-core": ">=7.1.1-alpha.63",
        "envalid": "*",
        "history": "*",
        "lodash-es": "^4.17.21",
        "react": "*",
        "react-router": "*"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "850c24caa93c81b18c540cc1552f69ad69d137d7",
    "typescript": {
        "definition": "lib/index.d.ts"
    }
}
