link-stack/packages/metamigo-common/package.json

65 lines
2 KiB
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
"name": "@digiresilience/metamigo-common",
2023-02-13 12:41:30 +00:00
"version": "0.2.0",
"description": "",
"main": "build/main/index.js",
"type": "module",
2023-02-13 12:41:30 +00:00
"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",
"dev": "tsc-watch --build --noClear "
2023-02-13 12:41:30 +00:00
},
"devDependencies": {
2023-05-25 08:43:35 +00:00
"@types/figlet": "^1.5.6",
2023-05-26 10:14:13 +00:00
"@types/lodash": "^4.14.195",
2023-02-13 12:41:30 +00:00
"@types/node": "*",
2023-06-14 06:33:06 +00:00
"@types/uuid": "^9.0.2",
2023-02-13 12:41:30 +00:00
"camelcase-keys": "^8.0.2",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
2023-06-14 06:33:06 +00:00
"typedoc": "^0.24.8",
2023-07-05 06:56:01 +00:00
"typescript": "^5.1.6"
2023-02-13 12:41:30 +00:00
},
"dependencies": {
"@digiresilience/hapi-nextauth": "*",
2023-05-25 08:43:35 +00:00
"@hapi/boom": "^10.0.1",
"@hapi/glue": "^9.0.1",
"@hapi/hapi": "^21.3.2",
2023-02-13 12:41:30 +00:00
"@hapi/hoek": "^11.0.2",
2023-05-25 08:43:35 +00:00
"@hapi/inert": "^7.1.0",
2023-06-14 06:33:06 +00:00
"@hapi/vision": "^7.0.2",
2023-05-25 08:43:35 +00:00
"@hapipal/schmervice": "^3.0.0",
2023-02-13 12:41:30 +00:00
"@promster/hapi": "^8.0.6",
"@promster/server": "^7.0.8",
"@promster/types": "^3.2.5",
2023-07-05 06:56:01 +00:00
"@types/convict": "^6.1.3",
2023-02-13 12:41:30 +00:00
"@types/hapi__glue": "^6.1.6",
"@types/hapi__hapi": "^20.0.13",
2023-05-25 08:43:35 +00:00
"@types/hapi__inert": "^5.2.6",
2023-02-13 12:41:30 +00:00
"@types/hapi__vision": "^5.5.4",
"@types/hapipal__schmervice": "^2.0.3",
2023-07-05 06:56:01 +00:00
"chalk": "^5.3.0",
2023-06-20 07:49:52 +00:00
"commander": "^11.0.0",
2023-02-13 12:41:30 +00:00
"convict": "^6.2.4",
"decamelcase-keys": "^1.1.1",
2023-05-25 08:43:35 +00:00
"figlet": "^1.6.0",
"hapi-pino": "^12.1.0",
2023-02-13 12:41:30 +00:00
"http-terminator": "^3.2.0",
2023-05-25 08:43:35 +00:00
"joi": "^17.9.2",
2023-02-13 12:41:30 +00:00
"lodash": "^4.17.21",
2023-07-19 14:11:47 +00:00
"next-auth": "^4.22.3",
2023-06-14 06:33:06 +00:00
"pg-promise": "^11.5.0",
2023-05-25 08:43:35 +00:00
"pino": "^8.14.1",
2023-07-05 06:56:01 +00:00
"pino-pretty": "^10.0.1",
2023-02-13 12:41:30 +00:00
"prom-client": "^14.x.x",
"uuid": "^9.0.0"
}
}