{
  "name": "amap-jsapi-v2-types",
  "version": "1.6.0",
  "description": "高德 JSAPI v2 类型声明文件",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "pnpify run tsd --files './types/**/*.test-d.ts'",
    "lint:es": "eslint .",
    "format:es": "eslint . --fix",
    "format:others": "prettier --write \"**/*.{md,mdx,xml,html,json,yaml,graphql}\"",
    "format:all": "yarn format:others",
    "commitlint": "commitlint --edit",
    "prepare": "husky"
  },
  "keywords": [
    "Types",
    "AMap",
    "jsapi",
    "jsapi v2"
  ],
  "author": "Yiyuan Xing <xyy94813@sina.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xyy94813/amap-jsapi-v2-types.git"
  },
  "bugs": {
    "url": "https://github.com/xyy94813/amap-jsapi-v2-types/issues"
  },
  "homepage": "https://github.com/xyy94813/amap-jsapi-v2-types#readme",
  "packageManager": "yarn@4.0.2",
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@yarnpkg/pnpify": "^4.0.1",
    "eslint": "^8.0.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-with-typescript": "^43.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-promise": "^6.0.0",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.0",
    "prettier": "^3.1.1",
    "tsd": "^0.30.7",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  }
}