-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.59 KB
/
package.json
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
{
"name": "@tektronix/kic-cli",
"version": "0.16.1",
"main": "index.js",
"bin": {
"windows-kic": "./bin/kic.exe",
"linux-kic": "./bin/kic",
"windows-kic-discover": "./bin/kic-discover.exe",
"linux-kic-discover": "./bin/kic-discover"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tektronix/tsp-toolkit-kic-cli.git"
},
"typings": "index.d.ts",
"files": [
"index.d.ts",
"index.js",
"bin/*"
],
"scripts": {
"pretest": "cargo build --release",
"lint": "eslint src --ext ts",
"test": "mocha --config .mocharc.yml"
},
"devDependencies": {
"@cyclonedx/cyclonedx-npm": "^1.10.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "20.11.24",
"@types/node-fetch": "^2.6.11",
"@types/vscode": "^1.87.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"chai": "^4.3.12",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-prettier": "^5.1.3",
"license-checker": "^25.0.1",
"mocha": "^10.0.6",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}