|
1 | | -{ |
2 | | - "name": "@nodesecure/report", |
3 | | - "version": "4.1.1", |
4 | | - "description": "NodeSecure HTML & PDF graphic security report", |
5 | | - "main": "./dist/src/index.js", |
6 | | - "type": "module", |
7 | | - "bin": { |
8 | | - "nreport": "./dist/bin/index.js" |
9 | | - }, |
10 | | - "exports": { |
11 | | - ".": { |
12 | | - "import": "./dist/src/index.js" |
13 | | - } |
14 | | - }, |
15 | | - "scripts": { |
16 | | - "build": "tsc && npm run build:views && npm run build:public", |
17 | | - "build:views": "rimraf dist/views && cp -r views dist/views", |
18 | | - "build:public": "rimraf dist/public && cp -r public dist/public", |
19 | | - "lint": "eslint src test bin scripts", |
20 | | - "test-only": "node --test-reporter=spec --test ./test/**/*.spec.ts", |
21 | | - "test": "c8 --all --src ./src -r html npm run test-only", |
22 | | - "test:e2e": "node --env-file-if-exists=.env --test-reporter=spec --test ./test/**/*.e2e-spec.ts", |
23 | | - "preview:light": "node --no-warnings ./scripts/preview.ts --theme light", |
24 | | - "preview:dark": "node --no-warnings ./scripts/preview.ts --theme dark", |
25 | | - "prepublishOnly": "npm run build" |
26 | | - }, |
27 | | - "publishConfig": { |
28 | | - "registry": "https://registry.npmjs.org", |
29 | | - "access": "public", |
30 | | - "provenance": true |
31 | | - }, |
32 | | - "files": [ |
33 | | - "dist" |
34 | | - ], |
35 | | - "repository": { |
36 | | - "type": "git", |
37 | | - "url": "git+https://github.com/NodeSecure/report.git" |
38 | | - }, |
39 | | - "keywords": [ |
40 | | - "security", |
41 | | - "report", |
42 | | - "nodesecure", |
43 | | - "pdf", |
44 | | - "html", |
45 | | - "chart" |
46 | | - ], |
47 | | - "author": "NodeSecure", |
48 | | - "license": "MIT", |
49 | | - "bugs": { |
50 | | - "url": "https://github.com/NodeSecure/report/issues" |
51 | | - }, |
52 | | - "homepage": "https://github.com/NodeSecure/report#readme", |
53 | | - "dependencies": { |
54 | | - "@nodesecure/flags": "^3.0.3", |
55 | | - "@nodesecure/ossf-scorecard-sdk": "^3.2.1", |
56 | | - "@nodesecure/rc": "^5.0.0", |
57 | | - "@nodesecure/scanner": "^10.0.0", |
58 | | - "@nodesecure/utils": "^2.2.0", |
59 | | - "@openally/mutex": "^2.0.0", |
60 | | - "@topcli/spinner": "^4.0.0", |
61 | | - "esbuild": "^0.27.0", |
62 | | - "filenamify": "^7.0.0", |
63 | | - "puppeteer": "^24.10.1", |
64 | | - "sade": "^1.8.1", |
65 | | - "zup": "0.0.2" |
66 | | - }, |
67 | | - "devDependencies": { |
68 | | - "@openally/config.eslint": "^2.1.0", |
69 | | - "@openally/config.typescript": "1.2.1", |
70 | | - "@types/node": "^25.0.0", |
71 | | - "c8": "^11.0.0", |
72 | | - "open": "^11.0.0", |
73 | | - "rimraf": "^6.0.1", |
74 | | - "typescript": "^5.7.2" |
75 | | - }, |
76 | | - "engines": { |
77 | | - "node": ">=24" |
78 | | - } |
79 | | -} |
| 1 | +{ |
| 2 | + "name": "@nodesecure/report", |
| 3 | + "version": "4.1.1", |
| 4 | + "description": "NodeSecure HTML & PDF graphic security report", |
| 5 | + "main": "./dist/src/index.js", |
| 6 | + "type": "module", |
| 7 | + "bin": { |
| 8 | + "nreport": "./dist/bin/index.js" |
| 9 | + }, |
| 10 | + "exports": { |
| 11 | + ".": { |
| 12 | + "import": "./dist/src/index.js" |
| 13 | + } |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "build": "tsc && npm run build:views && npm run build:public", |
| 17 | + "build:views": "rimraf dist/views && cp -r views dist/views", |
| 18 | + "build:public": "rimraf dist/public && cp -r public dist/public", |
| 19 | + "lint": "eslint src test bin scripts", |
| 20 | + "test-only": "node --test-reporter=spec --test ./test/**/*.spec.ts", |
| 21 | + "test": "c8 --all --src ./src -r html npm run test-only", |
| 22 | + "test:e2e": "node --env-file-if-exists=.env --test-reporter=spec --test ./test/**/*.e2e-spec.ts", |
| 23 | + "preview:light": "node --no-warnings ./scripts/preview.ts --theme light", |
| 24 | + "preview:dark": "node --no-warnings ./scripts/preview.ts --theme dark", |
| 25 | + "prepublishOnly": "npm run build" |
| 26 | + }, |
| 27 | + "publishConfig": { |
| 28 | + "registry": "https://registry.npmjs.org", |
| 29 | + "access": "public", |
| 30 | + "provenance": true |
| 31 | + }, |
| 32 | + "files": [ |
| 33 | + "dist" |
| 34 | + ], |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git+https://github.com/NodeSecure/report.git" |
| 38 | + }, |
| 39 | + "keywords": [ |
| 40 | + "security", |
| 41 | + "report", |
| 42 | + "nodesecure", |
| 43 | + "pdf", |
| 44 | + "html", |
| 45 | + "chart" |
| 46 | + ], |
| 47 | + "author": "NodeSecure", |
| 48 | + "license": "MIT", |
| 49 | + "bugs": { |
| 50 | + "url": "https://github.com/NodeSecure/report/issues" |
| 51 | + }, |
| 52 | + "homepage": "https://github.com/NodeSecure/report#readme", |
| 53 | + "dependencies": { |
| 54 | + "@nodesecure/flags": "^3.0.3", |
| 55 | + "@nodesecure/ossf-scorecard-sdk": "^3.2.1", |
| 56 | + "@nodesecure/rc": "^5.0.0", |
| 57 | + "@nodesecure/scanner": "10.5.1", |
| 58 | + "@nodesecure/utils": "^2.2.0", |
| 59 | + "@openally/mutex": "^2.0.0", |
| 60 | + "@topcli/spinner": "^4.0.0", |
| 61 | + "esbuild": "^0.27.0", |
| 62 | + "filenamify": "^7.0.0", |
| 63 | + "puppeteer": "^24.10.1", |
| 64 | + "sade": "^1.8.1", |
| 65 | + "zup": "0.0.2" |
| 66 | + }, |
| 67 | + "devDependencies": { |
| 68 | + "@openally/config.eslint": "2.4.2", |
| 69 | + "@openally/config.typescript": "1.2.1", |
| 70 | + "@types/node": "^25.0.0", |
| 71 | + "c8": "^11.0.0", |
| 72 | + "open": "^11.0.0", |
| 73 | + "rimraf": "^6.0.1", |
| 74 | + "typescript": "^5.7.2" |
| 75 | + }, |
| 76 | + "engines": { |
| 77 | + "node": ">=24" |
| 78 | + } |
| 79 | +} |
0 commit comments