{
  "name": "tencent-docs-iframe-sdk",
  "description": "腾讯文档提供给 iframe 开发者的 SDK",
  "version": "1.0.1",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:unit": "npm run test",
    "start-demo": "rm -rf ./demo/dist && rollup -c rollup.config.dev.ts -w --configPlugin typescript",
    "build": "rm -rf ./lib && rollup -c rollup.config.ts --configPlugin typescript",
    "watch-build": "rollup -c rollup.config.ts -w --configPlugin typescript",
    "commit": "git-cz",
    "type": "tsc --emitDeclarationOnly --outDir lib/types --declaration -p tsconfig.json",
    "ts-check": "tsc --noEmit",
    "lint": "eslint src --ext \".ts,.tsx\"",
    "lint:fix": "eslint src --fix --ext \".ts,.tsx\"",
    "postbuild": "npm run type",
    "oci-release": "npm run build"
  },
  "files": [
    "lib/",
    "docs/"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "tencent_docs",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.4",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^9.1.2",
    "@commitlint/config-conventional": "^11.0.0",
    "@rollup/plugin-babel": "^5.2.3",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-typescript": "^8.1.1",
    "@tencent/eslint-config-tencent": "^0.15.1",
    "@types/jest": "^26.0.20",
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "commitizen": "^4.2.3",
    "eslint": "^7.18.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.4",
    "prettier": "^2.3.2",
    "rollup": "^2.56.3",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^26.4.4",
    "tslib": "^2.3.0",
    "typescript": "^4.1.3"
  }
}
