|
25 | 25 | ], |
26 | 26 | "keywords": [ |
27 | 27 | "deasync", |
| 28 | + "make-synchronized", |
28 | 29 | "make-synchronous", |
29 | 30 | "sync", |
30 | 31 | "sync-exec", |
|
35 | 36 | ], |
36 | 37 | "scripts": { |
37 | 38 | "benchmark": "concurrently -r -m 1 'yarn:benchmark:*'", |
38 | | - "benchmark-export": "concurrently -r -m 1 'yarn:benchmark-export:*'", |
| 39 | + "benchmark-export": "cross-env FORCE_COLOR=0 concurrently -r -m 1 'yarn:benchmark-export:*'", |
39 | 40 | "benchmark-export:cjs": "yarn benchmark:cjs > benchmarks/benchmark.cjs.txt", |
40 | 41 | "benchmark-export:esm": "yarn benchmark:esm> benchmarks/benchmark.esm.txt", |
41 | 42 | "benchmark:cjs": "node benchmarks/benchmark.cjs", |
42 | 43 | "benchmark:esm": "node benchmarks/benchmark.js", |
43 | 44 | "build": "concurrently -r 'yarn:build:*'", |
44 | 45 | "build:r": "r -f cjs", |
45 | 46 | "build:ts": "tsc -p src", |
| 47 | + "codesandbox:install": "yarn --ignore-engines", |
46 | 48 | "lint": "concurrently -r 'yarn:lint:*'", |
47 | 49 | "lint:es": "eslint . --cache -f friendly --max-warnings 10", |
48 | 50 | "lint:tsc": "tsc --noEmit", |
|
67 | 69 | "@types/node": "^20.10.6", |
68 | 70 | "clean-pkg-json": "^1.2.0", |
69 | 71 | "concurrently": "^8.2.2", |
| 72 | + "cross-env": "^7.0.3", |
70 | 73 | "deasync": "^0.1.29", |
71 | 74 | "esbuild-register": "^3.5.0", |
72 | 75 | "esbuild-runner": "^2.2.2", |
73 | 76 | "eslint": "^8.56.0", |
74 | 77 | "execa": "^8.0.1", |
75 | 78 | "jest": "^29.7.0", |
76 | 79 | "lint-staged": "^15.2.0", |
| 80 | + "make-synchronized": "^0.0.3", |
77 | 81 | "node-gyp": "^10.0.1", |
78 | 82 | "patch-package": "^8.0.0", |
79 | 83 | "prettier": "^3.1.1", |
|
0 commit comments