|
6 | 6 | "exports": "./dist/index.js", |
7 | 7 | "types": "./dist/index.d.ts", |
8 | 8 | "scripts": { |
9 | | - "build": "rimraf ./dist && tsc", |
| 9 | + "build": "tsc", |
10 | 10 | "prepublishOnly": "npm run build", |
11 | | - "test": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"", |
| 11 | + "test": "node --test ./test/**/*.spec.ts", |
12 | 12 | "coverage": "c8 --all -r html npm test", |
13 | 13 | "lint": "eslint src test" |
14 | 14 | }, |
| 15 | + "publishConfig": { |
| 16 | + "registry": "https://registry.npmjs.org", |
| 17 | + "access": "public", |
| 18 | + "provenance": true |
| 19 | + }, |
15 | 20 | "repository": { |
16 | 21 | "type": "git", |
17 | 22 | "url": "git+https://github.com/dashlog/core.git" |
|
27 | 32 | }, |
28 | 33 | "homepage": "https://github.com/dashlog/core#readme", |
29 | 34 | "devDependencies": { |
30 | | - "@openally/config.eslint": "^2.1.0", |
31 | | - "@openally/config.typescript": "^1.0.3", |
32 | | - "@types/node": "^22.15.21", |
33 | | - "c8": "^10.1.2", |
34 | | - "glob": "^11.0.0", |
35 | | - "rimraf": "^6.0.1", |
36 | | - "tsx": "^4.16.2" |
| 35 | + "@openally/config.eslint": "^2.2.0", |
| 36 | + "@openally/config.typescript": "^1.2.1", |
| 37 | + "@types/node": "^25.0.3", |
| 38 | + "c8": "^10.1.2" |
37 | 39 | }, |
38 | 40 | "dependencies": { |
39 | 41 | "@dashlog/fetch-github-repositories": "^3.0.2", |
40 | | - "@myunisoft/httpie": "^5.0.0", |
41 | | - "@nodesecure/npm-registry-sdk": "^3.0.0", |
42 | | - "@nodesecure/npm-types": "^1.2.0", |
| 42 | + "@nodesecure/npm-registry-sdk": "^4.4.0", |
| 43 | + "@nodesecure/npm-types": "^1.3.0", |
43 | 44 | "@nodesecure/ossf-scorecard-sdk": "^3.2.1", |
44 | | - "@nodesecure/scanner": "^6.4.0", |
45 | | - "@octokit/types": "^14.0.0", |
46 | | - "@openally/mutex": "^1.0.0" |
| 45 | + "@nodesecure/scanner": "^8.2.0", |
| 46 | + "@octokit/types": "^16.0.0", |
| 47 | + "@openally/httpie": "1.0.0", |
| 48 | + "@openally/mutex": "^2.0.0" |
47 | 49 | } |
48 | 50 | } |
0 commit comments