-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.79 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
"version": "0.0.16",
"description": "AST CLI Javascript wrapper",
"main": "dist/CxAuth.js",
"typings": "dist/CxAuth.d.ts",
"jest": {
"verbose": true
},
"type": "commonjs",
"files": [
"dist/main/resources/cx*",
"dist/main/*.ts",
"dist/main/*.js",
"dist/main/*.map",
"babel.config.js",
"jest.config.js",
"jest.setup.js",
"README.md"
],
"dependencies": {
"typescript-logging": "^1.0.0",
"log4js": "6.3.0",
"tslog": "3.2.0"
},
"scripts": {
"build": "tsc",
"postbuild": "copyfiles -u 1 src/main/resources/cx* dist/",
"test": "jest -i --silent=false"
},
"repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper.git",
"author": "Jay Nanduri",
"license": "ISC",
"bugs": {
"url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/issues"
},
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "7.14.8",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"babel-core": "^6.26.0",
"babel-jest": "^27.0.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"copyfiles": "^2.4.1",
"jest": "^27.0.6",
"ts-jest": "^26.5.6",
"@babel/core": "^7.14.8",
"@babel/cli": "^7.14.8",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-react-transform": "^3.0.0",
"@babel/preset-react": "^7.14.5"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}