-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 934 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
32
33
{
"name": "kee-frontend",
"version": "1.2.2",
"description": "Modules to communicate with the Kee Vault servers",
"main": "main.js",
"types": "main.d.ts",
"keywords": [],
"author": "Kee Vault Ltd",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"start": "tsc && cp package.json dist/ && cp -r asmcrypto dist/",
"test": "jest",
"lint": "tslint '*.ts'"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
"@types/jest": "^29.2.6",
"@types/jws": "^3.2.4",
"@types/superagent": "^4.1.16",
"@types/text-encoding": "0.0.36",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^4.9.4"
},
"dependencies": {
"elliptic": "^6.5.4",
"secure-remote-password": "^0.3.1",
"superagent": "8.0.8",
"text-encoding": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb"
}
}