forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "@azure-tools/sdk-suppressions",
"private": true,
"type": "module",
"main": "dist/src/index.js",
"version": "1.0.0",
"bin": {
"get-sdk-suppressions-label": "cmd/sdk-suppressions-label.js"
},
"scripts": {
"build": "tsc --build",
"format": "prettier . --ignore-path ../.prettierignore --write",
"format:check": "prettier . --ignore-path ../.prettierignore --check",
"format:check:ci": "prettier . --ignore-path ../.prettierignore --check --log-level debug",
"test": "vitest",
"test:ci": "vitest run --coverage --reporter=verbose"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@azure-tools/specs-shared": "file:../../../.github/shared",
"ajv": "^8.17.1",
"debug": "^4.4.0",
"lodash": "^4.17.20",
"simple-git": "^3.27.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/lodash": "^4.14.161",
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^3.0.7",
"prettier": "~3.5.3",
"prettier-plugin-organize-imports": "^4.2.0",
"typescript": "~5.8.2",
"vitest": "^3.0.7"
}
}