{
  "type": "module",
  "name": "@lionrockjs/view-admin-cms-compact",
  "version": "0.0.35",
  "description": "LionRockJS CMS Admin Views",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "bun test",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "jest": {
    "verbose": true,
    "transform": {},
    "testMatch": [
      "**/__tests__/**/*.[jt]s?(x)",
      "**/?(*.)+(spec|test).[jt]s?(x)",
      "**/?(*.)+(spec|test).mjs"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "mjs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LionRockJS/view-admin-cms.git"
  },
  "author": "Kojin Nakana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LionRockJS/view-admin-cms/issues"
  },
  "homepage": "https://github.com/LionRockJS/view-admin-cms",
  "dependencies": {
  }
}
