{
  "name": "gif-frame-count",
  "description": "在前端项目内获取GIF图片时长、帧数等信息（可在任意一个基于JS开发的框架中运行）,包括小程序和app",
  "version": "1.1.10",
  "main": "dist/gifParserPlugin.umd.min.js",
  "types": "dist/type/main.d.ts",
  "publisher": "a2707770500@gmail.com",
  "private": false,
  "scripts": {
    "build": "vue-cli-service build --target lib --name gifParserPlugin src/main.ts",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "commit": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/likaia/gif-frame-count.git"
  },
  "keywords": [
    "gif-parser",
    "web-gif-parser",
    "gif-frame-count",
    "js-gif-parser",
    "gif-parser-js",
    "获取gif时长",
    "解析gif",
    "gif解析器",
    "js解析gif"
  ],
  "dependencies": {
    "core-js": "^3.45.1",
    "ts-loader": "^8.0.2",
    "vue-template-compiler": "^2.7.16"
  },
  "author": "likaia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/likaia/gif-frame-count/issues"
  },
  "homepage": "https://github.com/likaia/gif-frame-count#readme",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "@types/webpack-env": "^1.18.8",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.12",
    "@vue/cli-plugin-typescript": "~4.5.12",
    "@vue/cli-service": "~4.5.12",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "commitizen": "^4.2.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue": "^6.2.2",
    "husky": "^4.3.0",
    "prettier": "^2.2.1",
    "typescript": "~4.1.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "volta": {
    "node": "14.16.0",
    "yarn": "1.22.17"
  }
}