|
10 | 10 | "./auth/*": "./dist/auth/*.js",
|
11 | 11 | "./auth/tokens/*": "./dist/auth/tokens/*.js"
|
12 | 12 | },
|
13 |
| - "keywords": ["utilities", "cocalc"], |
| 13 | + "keywords": [ |
| 14 | + "utilities", |
| 15 | + "cocalc" |
| 16 | + ], |
14 | 17 | "scripts": {
|
15 | 18 | "preinstall": "npx only-allow pnpm",
|
16 | 19 | "clean": "rm -rf dist node_modules",
|
17 | 20 | "build": "pnpm exec tsc --build",
|
18 | 21 | "tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",
|
19 | 22 | "test": "pnpm exec jest --forceExit --maxWorkers=50%",
|
| 23 | + "test:report": "pnpm exec jest --forceExit --maxWorkers=50% --reporters=default --reporters=jest-junit", |
20 | 24 | "depcheck": "pnpx depcheck --ignores events",
|
21 | 25 | "prepublishOnly": "pnpm test",
|
22 | 26 | "conat-watch": "node ./bin/conat-watch.cjs",
|
|
25 | 29 | "conat-inventory": "node ./bin/conat-inventory.cjs",
|
26 | 30 | "conat-persist": "DEBUG=cocalc:* node ./bin/conat-persist.cjs"
|
27 | 31 | },
|
28 |
| - "files": ["dist/**", "bin/**", "README.md", "package.json"], |
| 32 | + "files": [ |
| 33 | + "dist/**", |
| 34 | + "bin/**", |
| 35 | + "README.md", |
| 36 | + "package.json" |
| 37 | + ], |
29 | 38 | "author": "SageMath, Inc.",
|
30 | 39 | "license": "SEE LICENSE.md",
|
31 | 40 | "dependencies": {
|
|
54 | 63 | },
|
55 | 64 | "homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/backend",
|
56 | 65 | "devDependencies": {
|
57 |
| - "@types/node": "^18.16.14" |
| 66 | + "@types/node": "^18.16.14", |
| 67 | + "jest-junit": "^16.0.0" |
58 | 68 | }
|
59 | 69 | }
|
0 commit comments