-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 930 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 930 Bytes
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
{
"name": "@bitwarden/sdk-internal",
"version": "0.0.0",
"description": "",
"homepage": "https://github.com/bitwarden/sdk-internal#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk-internal/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk-internal.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
"main": "index.js",
"scripts": {
"lint": "prettier --check .",
"lint:dep-ownership": "tsx scripts/dep-ownership.ts",
"prettier": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.30.2",
"@types/node": "25.2.3",
"husky": "9.1.7",
"json5": "2.2.3",
"lint-staged": "16.2.7",
"prettier": "3.7.4",
"tsx": "4.21.0"
}
}