-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.18 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
{
"name": "covid-certificate-checker",
"version": "1.1.0",
"description": "Web-Library for Reading and Verifying Covid Vaccination Certificates",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/hschaeufler/covid-certificate-checker.git",
"scripts": {
"test:build" : "npm run build && npx webpack --config webpack-test.config.js --mode none",
"test:serve": "npm run test:build && jasmine-browser-runner serve",
"test": "npm run test:build && jasmine-browser-runner runSpecs",
"build": "tsc"
},
"keywords": ["DSC", "hcert", "DCC", "DGC", "Web","Base45", "CovPass", "cert","electronic" ,"health", "certificate", "greenpass","cbor", "green certificate","covid", "cose" ],
"author": "Holger Schäufler",
"license": "MIT",
"dependencies": {
"@peculiar/x509": "^1.6.1",
"base45-ts": "^1.0.3",
"cbor-web": "^8.1.0",
"pako": "^2.0.4"
},
"devDependencies": {
"glob": "^7.2.0",
"@types/jasmine": "^3.10.3",
"@types/pako": "^1.0.3",
"cbor": "^8.1.0",
"jasmine-browser-runner": "^1.0.0",
"jasmine-core": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack-cli": "^4.9.2"
}
}