-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.72 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.72 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
65
66
{
"name": "ts-node-client",
"description": "npm / node module to transfer dependency information to TrustSource server.",
"version": "3.4.11",
"homepage": "https://app.trustsource.io/",
"author": {
"name": "Oleksandr Dmukhovskyi",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/TrustSource/ts-node-client.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 12.0.0"
},
"main": "./lib/cli.js",
"bin": "./bin/ts-node-client.js",
"scripts": {
"scan": "yarn node ./bin/ts-node-client.js --debug true",
"scan-with-brakes": "yarn node ./bin/ts-node-client.js --breakOnViolations true --breakOnWarnings false",
"scan-to-file": "yarn node ./bin/ts-node-client.js --saveAs test --saveAsFormat scan --includeDevDependencies false",
"lint": "eslint bin lib test",
"lint-fix": "eslint bin lib test --fix",
"test": "mocha test",
"precommit": "npm run lint && npm run test"
},
"dependencies": {
"@yarnpkg/lockfile": "1.1.0",
"axios": "1.15.0",
"debuglog": "1.0.1",
"js-yaml": "4.1.1",
"packageurl-js": "1.2.1",
"semver": "7.7.4",
"yargs": "17.7.2"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"eslint": "9.39.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "4.0.2",
"globals": "17.5.0",
"mocha": "11.7.5",
"nock": "13.5.6"
},
"keywords": [
"node",
"npm",
"meteor",
"plugin",
"opensource",
"cydx",
"spdx",
"dependency-analysis"
],
"resolutions": {
"serialize-javascript": ">=7.0.3",
"diff": "^8.0.3"
},
"overrides": {
"serialize-javascript": ">=7.0.3",
"diff": "^8.0.3"
},
"packageManager": "[email protected]"
}