![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: "@fastify/swagger-ui" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "txtdot",
|
|
"version": "1.5.2",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "dist/app.js",
|
|
"dependencies": {
|
|
"@fastify/static": "^6.12.0",
|
|
"@fastify/swagger": "^8.13.0",
|
|
"@fastify/swagger-ui": "^2.1.0",
|
|
"@fastify/view": "^8.2.0",
|
|
"@mozilla/readability": "^0.5.0",
|
|
"axios": "^1.6.5",
|
|
"dompurify": "^3.0.8",
|
|
"dotenv": "^16.3.1",
|
|
"ejs": "^3.1.9",
|
|
"fastify": "^4.25.2",
|
|
"iconv-lite": "^0.6.3",
|
|
"ip-range-check": "^0.2.0",
|
|
"json-schema-to-ts": "^3.0.0",
|
|
"linkedom": "^0.16.6",
|
|
"micromatch": "^4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/micromatch": "^4.0.6",
|
|
"@types/node": "^20.10.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.18.0",
|
|
"@typescript-eslint/parser": "^6.18.0",
|
|
"clean-css-cli": "^5.6.3",
|
|
"copyfiles": "^2.4.1",
|
|
"eslint": "^8.56.0",
|
|
"prettier": "^3.1.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npm run clean-css && copyfiles ./templates/*.ejs .env ./dist/ && tsc",
|
|
"start": "cd ./dist && node ./src/app.js",
|
|
"start:docker": "node ./src/app.js",
|
|
"clean-css": "cleancss --batch static/*.css -o dist/static --batch-suffix \"\"",
|
|
"dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\"",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"keywords": [],
|
|
"authors": [
|
|
"Artemy Egorov <me@artegoser.ru> https://github.com/artegoser",
|
|
"DarkCat09 <darkcat09@vivaldi.net> https://dc09.ru/",
|
|
"megahomyak https://github.com/megahomyak"
|
|
],
|
|
"license": "MIT"
|
|
}
|