forked from Elius94/validate-c19-node-wrapper-executable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 KB
/
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
34
35
36
37
38
39
40
41
42
{
"dependencies": {
"lowdb": "^1.0.0",
"verificac19-sdk": "^0.7.1"
},
"devDependencies": {
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"child_process": "^1.0.2",
"mocha": "^6.0.2",
"mocha-generators": "^2.0.0",
"pkg": "latest",
"sinon": "^7.2.4"
},
"name": "validate-c19-node-wrapper-executable",
"description": "A nodejs wrapper to check gp for Covid 19 using the official APIs",
"version": "1.0.0",
"main": "checkdgc.js",
"scripts": {
"test": "mocha --timeout 10000",
"start": "node checkdgc.js",
"build-windows": "npm run test && pkg -t node16-win-x64 --out-path bin/win/x64/ checkdgc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elius94/validate-c19-node-wrapper-executable.git"
},
"keywords": [
"covid",
"covid19",
"greenpass",
"checkgp",
"dgc"
],
"author": "Elia Lazzari",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elius94/validate-c19-node-wrapper-executable/issues"
},
"homepage": "https://github.com/Elius94/validate-c19-node-wrapper-executable#readme"
}