This commit is contained in:
Darren Clarke 2024-03-16 19:39:20 +01:00
parent 43bfdaa1e3
commit fe6c9419dd
87 changed files with 16739 additions and 2526 deletions

View file

@ -1,64 +1,11 @@
{
"name": "@digiresilience/metamigo-common",
"version": "0.2.0",
"name": "metamigo-common",
"version": "1.0.0",
"description": "",
"main": "build/main/index.js",
"type": "module",
"types": "build/main/index.d.ts",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
"private": false,
"main": "index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"fix:lint": "eslint src --ext .ts --fix",
"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",
"dev": "tsc-watch --build --noClear "
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/lodash": "^4.17.0",
"@types/node": "*",
"@types/uuid": "^9.0.8",
"camelcase-keys": "^9.1.3",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},
"dependencies": {
"@digiresilience/hapi-nextauth": "*",
"@hapi/boom": "^10.0.1",
"@hapi/glue": "^9.0.1",
"@hapi/hapi": "^21.3.6",
"@hapi/hoek": "^11.0.4",
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.3",
"@hapipal/schmervice": "^3.0.0",
"@promster/hapi": "^13.0.0",
"@promster/server": "^13.0.0",
"@promster/types": "^13.0.0",
"@types/convict": "^6.1.6",
"@types/hapi__glue": "^6.1.9",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.10",
"@types/hapi__vision": "^5.5.8",
"@types/hapipal__schmervice": "^2.0.7",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"convict": "^6.2.4",
"decamelcase-keys": "^1.1.1",
"figlet": "^1.7.0",
"hapi-pino": "^12.1.0",
"http-terminator": "^3.2.0",
"joi": "^17.12.2",
"lodash": "^4.17.21",
"next-auth": "^4.24.7",
"pg-promise": "^11.5.4",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"prom-client": "^15.x.x",
"uuid": "^9.0.1"
}
"author": "",
"license": "ISC"
}