| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "simaq",
- "description": "4dage 录屏视频--sdk",
- "private": true,
- "workspaces": [
- "packages/*",
- "examples/*"
- ],
- "scripts": {
- "docs": "doctoc --title '**Table of content**' README.md",
- "clean": "pnpm run -r clean",
- "build": "pnpm run -r build",
- "test": "pnpm run -r test",
- "lint": "eslint --ext js,ts,tsx . --fix",
- "dev": "pnpm -C play dev"
- },
- "devDependencies": {
- "@nighttrax/eslint-config-tsx": "~10.0.0-beta.0",
- "doctoc": "~2.2.0",
- "eslint": "~8.20.0",
- "eslint-plugin-import": "~2.26.0",
- "@typescript-eslint/eslint-plugin": "^5.30.6",
- "@typescript-eslint/parser": "^5.30.6",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.2.1",
- "prettier": "^2.7.1",
- "typescript": "~4.7.0"
- },
- "pnpm": {
- "peerDependencyRules": {
- "allowedVersions": {
- "react-scripts": "^5.0.0"
- }
- }
- }
- }
|