| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "medici",
- "description": "四维看看埋点SDK, 代号: medici",
- "version": "0.0.1",
- "private": true,
- "workspaces": [
- "packages/*",
- "examples/*"
- ],
- "scripts": {
- "dev": "pnpm -C play dev",
- "clean": "pnpm run -r clean",
- "build": "pnpm run -r build",
- "test": "pnpm run -r test",
- "lint": "eslint --fix --ext js,ts,tsx .",
- "publish": "pnpm publish --filter @medici/core @medici/web @medici/types @medici/utils",
- "docs": "pnpm typedoc --plugin none --lightHighlightTheme light-plus --entryPointStrategy packages ."
- },
- "devDependencies": {
- "@changesets/cli": "^2.26.1",
- "@typescript-eslint/eslint-plugin": "^5.59.5",
- "@typescript-eslint/parser": "^5.59.5",
- "doctoc": "~2.2.1",
- "eslint": "~8.19.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-import": "~2.26.0",
- "eslint-plugin-prettier": "^4.2.1",
- "prettier": "^2.8.8",
- "typedoc": "^0.23.28",
- "typedoc-plugin-markdown": "^3.15.3",
- "typescript": "~4.7.4"
- },
- "pnpm": {
- "peerDependencyRules": {
- "allowedVersions": {
- "react-scripts": "^5.0.0"
- }
- }
- }
- }
|