-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
29 lines (29 loc) · 883 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
{
"name": "@bitwarden/sdk",
"version": "0.0.0",
"description": "",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <hello@bitwarden.com> (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": {
"prettier": "3.3.3",
"quicktype-core": "23.0.170",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}