health-cards-tests/package.json

72 строки
2.1 KiB
JSON

{
"name": "health-passport-reference",
"version": "1.0.0",
"description": "",
"main": "dist/src/server.js",
"browserslist": [
"last 1 Chrome versions"
],
"scripts": {
"dev": "nodemon --exec ts-node ./src/server.ts",
"cp-static": "cp -r node_modules/qr-scanner/qr-scanner-worker.min.js* src/img/ dist/static",
"dev-ui": "npm run cp-static && parcel watch ./src/*.html --out-dir dist/static",
"lint-ui": "tslint -c tslint.json -p tsconfig.ui.json",
"lint": "tslint -c tslint.json -p tsconfig.json",
"build-ui": "npm run cp-static && parcel build ./src/*.html --out-dir dist/static",
"build": "tsc",
"start": "node ./dist/src/server",
"test": "jest ./test/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@decentralized-identity/sidetree": "^0.9.1",
"@types/node-jose": "^1.1.5",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"axios": "^0.19.2",
"base-64": "^0.1.0",
"base64url": "^3.0.1",
"bootstrap": "^4.4.1",
"cbor": "^5.0.2",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"csv-parse": "^4.10.1",
"deepcopy": "^2.0.0",
"eccrypto": "^1.1.3",
"elliptic": "^6.5.2",
"express": "^4.17.1",
"fhirclient": "^2.3.1",
"jose": "^1.26.1",
"jose-jwe-jws": "^0.2.2",
"js-sha256": "^0.9.0",
"json-canonicalize": "^1.0.3",
"jsonschema": "^1.2.10",
"multihashes": "^0.4.19",
"node-jose": "^2.0.0",
"qr-scanner": "^1.1.1",
"qrcode": "^1.4.4",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^8.4.1",
"secp256k1": "^4.0.0",
"tslint-react": "^5.0.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.9.0",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@types/reactstrap": "^8.4.2",
"jest": "^26.0.0",
"nodemon": "^2.0.3",
"parcel-bundler": "^1.12.4",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.8.3"
}
}