storipress/karbon

View on GitHub
packages/custom-field/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storipress/custom-field",
  "version": "1.1.7",
  "packageManager": "yarn@4.2.2",
  "license": "MIT",
  "repository": "git@github.com:storipress/karbon.git",
  "bugs": {
    "url": "https://github.com/storipress/karbon"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16.7.0"
  },
  "scripts": {
    "build": "moon run build",
    "prepack": "yarn build"
  },
  "dependencies": {
    "hookable": "^5.5.3",
    "remeda": "^1.61.0",
    "unctx": "^2.3.1",
    "vue": "^3.4.28"
  },
  "devDependencies": {
    "unbuild": "2.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}