forked from bitwarden/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 953 Bytes
/
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
{
"name": "@bitwarden/sdk",
"version": "0.0.0",
"description": "",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
"main": "index.js",
"scripts": {
"lint": "prettier --check .",
"prettier": "prettier --write .",
"schemas": "rimraf ./support/schemas && cargo run --bin sdk-schemas --all-features && ts-node ./support/scripts/schemas.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.7.0",
"handlebars": "^4.7.8",
"prettier": "3.1.1",
"quicktype-core": "23.0.80",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}