forked from hive-keychain/keychain-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
40
41
42
43
{
"name": "keychain-sdk",
"version": "0.10.0",
"description": "A simpler way to handle Hive Keychain requests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hive-keychain/keychain-sdk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hive-keychain/keychain-sdk/issues"
},
"homepage": "https://github.com/hive-keychain/keychain-sdk#readme",
"devDependencies": {
"@hiveio/dhive": "^1.2.5",
"@types/bytebuffer": "^5.0.44",
"@types/chrome": "^0.0.209",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@types/node": "^18.11.18",
"axios": "^1.3.0",
"hive-keychain-commons": "^1.12.0",
"uuid": "^9.0.0"
}
}