{
  "name": "@ysx-libs/mobile-picker",
  "version": "0.0.7",
  "type": "module",
  "files": [
    "dist",
    "LICENSE"
  ],
  "types": "./dist/typings/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/typings/index.d.ts",
        "default": "./dist/mobile-picker.es.js"
      },
      "require": {
        "types": "./dist/typings/index.d.ts",
        "default": "./dist/mobile-picker.umd.js"
      }
    },
    "./style.css": "./dist/style.css"
  },
  "homepage": "https://lychub.github.io/ysx-library/docs/playground/mobile-picker/entry/",
  "repository": {
    "type": "git",
    "url": "https://github.com/lycHub/ysx-library/blob/master/projects/mobile-picker"
  },
  "license": "MIT",
  "author": {
    "name": "ysx",
    "email": "1120805364@qq.com",
    "url": "https://github.com/lycHub"
  },
  "keywords": [
    "mobile-picker",
    "typescript"
  ],
  "description": "A mobile list picker plugin, use vanilla ts",
  "devDependencies": {
    "concurrently": "^9.1.2",
    "gulp": "^5.0.0",
    "gulp-cli": "^3.0.0"
  },
  "scripts": {
    "start": "concurrently \"pnpm copyFiles:watch\" \"pnpm build:types:watch\" \"pnpm build:watch\"",
    "build:watch": "vite build --watch --emptyOutDir=false",
    "build:types:watch": "tsc --project tsconfig.type.json --watch",
    "copyFiles:watch": "gulp -f gulpfile.dev.js",
    "build": "vite build && tsc --project tsconfig.type.json && gulp"
  }
}