-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 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
44
45
46
{
"name": "dstucrypt-agent",
"version": "0.0.2",
"description": "Signing tool for DSTU4145",
"main": "index.js",
"scripts": {
"shtest": "bash test/test.sh",
"test": "jest",
"cover": "npm run test -- --coverage",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git@github.com:dstucrypt/agent"
},
"keywords": [
"cryptography",
"dstu4145",
"ukraine"
],
"author": "Ilya Petrov",
"license": "BSD",
"bugs": {
"url": "https://github.com/dstucrypt/agent/issues"
},
"homepage": "https://github.com/dstucrypt/agent",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"jest": "^26.0.1",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"encoding": "^0.1.12",
"gost89": "^0.1.11",
"jksreader": "^1.0.0",
"jkurwa": "^1.21.0",
"yargs": "1.3.x"
}
}