2023-02-13 12:41:30 +00:00
|
|
|
{
|
2023-03-13 10:56:47 +00:00
|
|
|
"name": "@digiresilience/metamigo-common",
|
2023-02-13 12:41:30 +00:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "build/main/index.js",
|
|
|
|
|
"types": "build/main/index.d.ts",
|
|
|
|
|
"author": "Abel Luck <abel@guardianproject.info>",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"private": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json",
|
|
|
|
|
"fix:lint": "eslint src --ext .ts --fix",
|
2023-03-13 11:46:12 +00:00
|
|
|
"fmt": "prettier \"src/**/*.ts\" --write",
|
|
|
|
|
"lint": "eslint src --ext .ts && prettier \"src/**/*.ts\" --list-different",
|
|
|
|
|
"doc": "typedoc src/ --exclude '**/*.test.ts' --exclude '**/*.spec.ts' --name $npm_package_name --readme README.md --target es2019 --mode file --out build/docs",
|
2023-02-13 12:41:30 +00:00
|
|
|
"watch:build": "tsc -p tsconfig.json -w"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/figlet": "^1.5.5",
|
|
|
|
|
"@types/lodash": "^4.14.191",
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"@types/uuid": "^9.0.0",
|
|
|
|
|
"camelcase-keys": "^8.0.2",
|
|
|
|
|
"pg-monitor": "^2.0.0",
|
2023-03-13 12:11:25 +00:00
|
|
|
"typedoc": "^0.23.24",
|
|
|
|
|
"typescript": "^4.9.5"
|
2023-02-13 12:41:30 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-03-13 10:56:47 +00:00
|
|
|
"@digiresilience/hapi-nextauth": "*",
|
2023-02-13 12:41:30 +00:00
|
|
|
"@hapi/boom": "^10.0.0",
|
|
|
|
|
"@hapi/glue": "^9.0.0",
|
|
|
|
|
"@hapi/hapi": "^21.2.0",
|
|
|
|
|
"@hapi/hoek": "^11.0.2",
|
|
|
|
|
"@hapi/inert": "^7.0.0",
|
|
|
|
|
"@hapi/vision": "^7.0.0",
|
|
|
|
|
"@hapipal/schmervice": "^2.1.0",
|
|
|
|
|
"@promster/hapi": "^8.0.6",
|
|
|
|
|
"@promster/server": "^7.0.8",
|
|
|
|
|
"@promster/types": "^3.2.5",
|
|
|
|
|
"@types/convict": "^6.1.1",
|
|
|
|
|
"@types/hapi__glue": "^6.1.6",
|
|
|
|
|
"@types/hapi__hapi": "^20.0.13",
|
|
|
|
|
"@types/hapi__inert": "^5.2.4",
|
|
|
|
|
"@types/hapi__vision": "^5.5.4",
|
|
|
|
|
"@types/hapi-pino": "^9.1.2",
|
|
|
|
|
"@types/hapipal__schmervice": "^2.0.3",
|
|
|
|
|
"@types/joi": "^17.2.3",
|
|
|
|
|
"chalk": "^5.2.0",
|
|
|
|
|
"commander": "^10.0.0",
|
|
|
|
|
"convict": "^6.2.4",
|
|
|
|
|
"decamelcase-keys": "^1.1.1",
|
|
|
|
|
"figlet": "^1.5.2",
|
|
|
|
|
"hapi-pino": "^11.0.1",
|
|
|
|
|
"http-terminator": "^3.2.0",
|
|
|
|
|
"joi": "^17.7.0",
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"pg-promise": "^11.0.2",
|
|
|
|
|
"pino": "^8.8.0",
|
|
|
|
|
"prom-client": "^14.x.x",
|
|
|
|
|
"uuid": "^9.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|