{
  "name": "@yfill/waves",
  "version": "1.0.5",
  "description": "Click the wave effect",
  "author": "Yfill <vps998@gmail.com>",
  "homepage": "https://yfill.cn/waves",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "yfill",
    "series",
    "waves",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Yfill/waves"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "exports": {
    "require": "./dist/index.cjs.js",
    "import": "./dist/index.esm.js",
    "browser": "./dist/index.js"
  },
  "typings": "types/index.d.ts",
  "files": [
    "dist/*.js",
    "types/*.d.ts"
  ],
  "scripts": {
    "build": "run-p build:lib build:type",
    "build:lib": "set NODE_ENV=production&& rollup -c",
    "build:type": "rimraf types&& tsc -d --emitDeclarationOnly --declarationDir types&& rimraf types/util.d.ts",
    "serve": "set NODE_ENV=development&& rollup -c&& node serve",
    "lint": "eslint --fix src/**/*.ts"
  },
  "browserslist": [
    "ie 10",
    "chrome 49",
    "firefox 52"
  ],
  "devDependencies": {
    "@babel/cli": "7.12.10",
    "@babel/core": "7.12.10",
    "@babel/preset-env": "7.12.11",
    "@rollup/plugin-babel": "5.2.2",
    "@rollup/plugin-commonjs": "17.0.0",
    "@rollup/plugin-node-resolve": "11.0.1",
    "@rollup/plugin-typescript": "8.1.0",
    "@typescript-eslint/eslint-plugin": "4.12.0",
    "@typescript-eslint/parser": "4.12.0",
    "browser-sync": "2.26.13",
    "browserslist": "4.16.1",
    "clean-css": "4.2.3",
    "eslint": "7.17.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-plugin-import": "2.22.1",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.2",
    "rollup": "2.36.1",
    "rollup-plugin-sass": "1.2.2",
    "rollup-plugin-terser": "7.0.2",
    "typescript": "4.1.3"
  }
}