{
  "name": "@starryn/mark",
  "version": "0.1.0",
  "description": "component for mark",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "keywords": [
    "ui component"
  ],
  "author": "moon",
  "license": "MIT",
  "peerDependencies": {
    "vue": "^2.7.16",
    "moment": "^2.30.1",
    "ant-design-vue": "^1.7.8"
  },
  "dependencies": {
    "@starryn/util": "1.0.1"
  },
  "devDependencies": {
    "@vitejs/plugin-vue2": "^2.3.1",
    "@vitejs/plugin-vue2-jsx": "^1.1.1",
    "@starryn/cli": "1.0.0"
  },
  "scripts": {
    "dev": "moon build --mode development",
    "build": "moon build"
  }
}