|
20 | 20 | "build:front": "node ./esbuild.config.js", |
21 | 21 | "build:workspaces": "npm run build --ws --if-present", |
22 | 22 | "test": "npm run test:cli && npm run lint && npm run lint:css", |
23 | | - "test:cli": "glob -c \"node --no-warnings --test-concurrency 1 --test\" \"test/**/*.test.js\"", |
| 23 | + "test:cli": "node --no-warnings --test test/**/*.test.js", |
24 | 24 | "test:all": "npm run test --ws --if-present", |
25 | | - "coverage": "c8 --reporter=lcov npm run test" |
| 25 | + "coverage": "c8 --reporter=lcov npm run test", |
| 26 | + "clean": "clear-ts-build" |
26 | 27 | }, |
27 | 28 | "files": [ |
28 | 29 | "bin", |
|
36 | 37 | "workspaces/documentation-ui", |
37 | 38 | "workspaces/vis-network", |
38 | 39 | "workspaces/size-satisfies", |
39 | | - "workspaces/server", |
40 | | - "workspaces/cache" |
| 40 | + "workspaces/cache", |
| 41 | + "workspaces/server" |
41 | 42 | ], |
42 | 43 | "repository": { |
43 | 44 | "type": "git", |
|
71 | 72 | "@nodesecure/size-satisfies": "^1.1.0", |
72 | 73 | "@nodesecure/vis-network": "^1.4.0", |
73 | 74 | "@openally/config.eslint": "^2.1.0", |
74 | | - "@openally/config.typescript": "^1.0.3", |
| 75 | + "@openally/config.typescript": "1.2.1", |
75 | 76 | "@openally/httpie": "^1.0.0", |
76 | 77 | "@types/node": "^24.0.3", |
77 | 78 | "c8": "^10.1.2", |
|
82 | 83 | "pkg-ok": "^3.0.0", |
83 | 84 | "pretty-bytes": "^7.0.0", |
84 | 85 | "rimraf": "^6.0.1", |
85 | | - "server-destroy": "^1.0.1", |
86 | 86 | "stylelint": "^16.20.0", |
87 | 87 | "stylelint-config-standard": "^39.0.1", |
88 | | - "tsx": "^4.20.3", |
89 | 88 | "typescript": "^5.8.3" |
90 | 89 | }, |
91 | 90 | "dependencies": { |
92 | 91 | "@lit/task": "^1.0.3", |
| 92 | + "@nodesecure/cache": "1.0.0", |
93 | 93 | "@nodesecure/documentation-ui": "^1.3.0", |
94 | 94 | "@nodesecure/flags": "^3.0.3", |
95 | 95 | "@nodesecure/i18n": "^4.0.2", |
|
100 | 100 | "@nodesecure/rc": "^5.0.0", |
101 | 101 | "@nodesecure/report": "4.0.0", |
102 | 102 | "@nodesecure/scanner": "^7.1.0", |
| 103 | + "@nodesecure/server": "1.0.0", |
103 | 104 | "@nodesecure/utils": "^2.2.0", |
104 | 105 | "@nodesecure/vulnera": "^2.0.1", |
105 | 106 | "@openally/result": "^1.3.0", |
106 | | - "@polka/send-type": "^0.5.2", |
107 | 107 | "@topcli/cliui": "^1.1.0", |
108 | 108 | "@topcli/pretty-json": "^1.0.0", |
109 | 109 | "@topcli/prompts": "^2.0.0", |
110 | 110 | "@topcli/spinner": "^4.0.0", |
111 | | - "cacache": "^20.0.1", |
112 | | - "chokidar": "^4.0.3", |
113 | 111 | "dotenv": "^17.0.0", |
114 | 112 | "filenamify": "^7.0.0", |
115 | | - "glob": "^11.0.1", |
116 | 113 | "highlightjs-line-numbers.js": "^2.8.0", |
117 | 114 | "ini": "^6.0.0", |
118 | 115 | "json-diff-ts": "^4.8.1", |
119 | 116 | "kleur": "^4.1.5", |
120 | 117 | "lit": "^3.3.1", |
121 | 118 | "ms": "^2.1.3", |
122 | 119 | "open": "^10.1.0", |
123 | | - "pino": "10.1.0", |
124 | | - "pino-pretty": "^13.0.0", |
125 | | - "polka": "^0.5.2", |
126 | 120 | "sade": "^1.8.1", |
127 | | - "semver": "^7.6.3", |
128 | | - "sirv": "^3.0.0", |
129 | | - "ts-pattern": "^5.6.2", |
130 | | - "ws": "^8.18.0", |
131 | | - "zup": "0.0.2" |
| 121 | + "semver": "^7.6.3" |
132 | 122 | } |
133 | 123 | } |
0 commit comments