|
1 | 1 | { |
2 | | - "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli", |
3 | | - "version": "1.0.6", |
4 | | - "description": "AST CLI Javascript wrapper runtime CLI", |
| 2 | + "name": "@CheckmarxDev/ast-cli-javascript-wrapper", |
| 3 | + "version": "0.0.114", |
| 4 | + "description": "AST CLI Javascript wrapper", |
5 | 5 | "main": "dist/main/wrapper/CxWrapper.js", |
6 | 6 | "typings": "dist/main/wrapper/CxWrapper.d.ts", |
7 | 7 | "files": [ |
8 | 8 | "dist/main/**/*", |
9 | | - "README.md", |
10 | | - "checkmarx-ast-cli.version" |
| 9 | + "README.md" |
11 | 10 | ], |
12 | 11 | "dependencies": { |
13 | | - "async-mutex": "^0.5.0", |
14 | | - "axios": "^1.7.7", |
15 | | - "log4js": "^6.9.1", |
16 | | - "node-fetch": "^3.3.2", |
17 | | - "tar": "^7.4.3", |
18 | | - "unzipper": "^0.12.3" |
| 12 | + "log4js": "^6.9.1" |
19 | 13 | }, |
20 | 14 | "scripts": { |
21 | 15 | "build": "tsc", |
22 | | - "postbuild": "copyfiles -u 1 src/tests/data/* dist/;", |
| 16 | + "postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/;copyfiles -u 1 src/tests/data/* dist/;", |
23 | 17 | "lint": "eslint . --ext .ts", |
24 | 18 | "lint-and-fix": "eslint . --ext .ts --fix", |
25 | | - "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand" |
| 19 | + "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest" |
26 | 20 | }, |
27 | | - "repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli.git", |
| 21 | + "repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper.git", |
28 | 22 | "author": "Jay Nanduri", |
29 | 23 | "license": "ISC", |
30 | 24 | "bugs": { |
31 | | - "url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/issues" |
| 25 | + "url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/issues" |
32 | 26 | }, |
33 | | - "homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli#readme", |
| 27 | + "homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme", |
34 | 28 | "devDependencies": { |
35 | | - "@babel/core": "^7.25.2", |
36 | | - "@babel/plugin-transform-runtime": "^7.25.4", |
37 | | - "@babel/preset-env": "^7.25.4", |
38 | | - "@babel/preset-typescript": "^7.24.7", |
39 | | - "@types/adm-zip": "^0.5.5", |
40 | 29 | "@types/jest": "^27.5.0", |
41 | | - "@types/node": "^22.9.0", |
42 | | - "@types/unzipper": "^0.10.10", |
| 30 | + "@types/node": "^20.14.11", |
43 | 31 | "@typescript-eslint/eslint-plugin": "^5.29.0", |
44 | 32 | "@typescript-eslint/parser": "^5.29.0", |
45 | | - "babel-jest": "^29.7.0", |
46 | 33 | "copyfiles": "^2.4.1", |
47 | 34 | "eslint": "8.1.0", |
48 | 35 | "jest": "^29.7.0", |
49 | 36 | "jest-cli": "29.7.0", |
50 | | - "ts-jest": "^29.2.5", |
| 37 | + "ts-jest": "^29.2.2", |
51 | 38 | "ts-mockito": "^2.6.1", |
52 | | - "typescript": "^5.6.3" |
| 39 | + "typescript": "^5.5.3" |
53 | 40 | }, |
54 | 41 | "overrides": { |
55 | 42 | "bluebird": "3.7.2" |
|
0 commit comments