txtdot/packages/server/package.json

48 lines
1.6 KiB
JSON
Raw Normal View History

2024-05-12 16:24:50 +03:00
{
2024-05-12 16:29:36 +03:00
"name": "@txtdot/server",
2024-08-06 23:28:29 +03:00
"version": "1.9.1",
2024-05-12 16:24:50 +03:00
"private": true,
"description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts",
"main": "dist/app.js",
"keywords": [],
"authors": [
"Artemy Egorov <me@artegoser.ru> https://github.com/artegoser",
"DarkCat09 <darkcat09@vivaldi.net> https://dc09.ru/"
],
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean-css && copyfiles ./templates/*.ejs ./templates/**/*.ejs ./static/third-party/* ./static/third-party/**/* .env ./dist/ && tsc",
2024-05-12 16:24:50 +03:00
"start": "cd ./dist && node ./src/app.js",
"clean-css": "cleancss --batch static/*.css -o dist/static --batch-suffix \"\"",
"dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\""
},
"dependencies": {
Build(deps): Bump the deps group across 1 directory with 7 updates Bumps the deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.6.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.5.0` | | [@fastify/one-line-logger](https://github.com/fastify/one-line-logger) | `1.3.0` | `2.0.0` | | [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `4.0.0` | `5.0.1` | Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0) Updates `typescript` from 5.4.5 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.6.2) Updates `@types/node` from 22.5.2 to 22.5.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.3.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser) Updates `@fastify/one-line-logger` from 1.3.0 to 2.0.0 - [Release notes](https://github.com/fastify/one-line-logger/releases) - [Commits](https://github.com/fastify/one-line-logger/commits) Updates `@fastify/swagger-ui` from 4.0.0 to 5.0.1 - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@fastify/one-line-logger" dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: "@fastify/swagger-ui" dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 07:34:22 +03:00
"@fastify/one-line-logger": "^2.0.0",
2024-05-12 16:24:50 +03:00
"@fastify/static": "^7.0.3",
"@fastify/swagger": "^8.14.0",
Build(deps): Bump the deps group across 1 directory with 7 updates Bumps the deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.6.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.5.0` | | [@fastify/one-line-logger](https://github.com/fastify/one-line-logger) | `1.3.0` | `2.0.0` | | [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `4.0.0` | `5.0.1` | Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0) Updates `typescript` from 5.4.5 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.6.2) Updates `@types/node` from 22.5.2 to 22.5.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.3.0 to 8.5.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser) Updates `@fastify/one-line-logger` from 1.3.0 to 2.0.0 - [Release notes](https://github.com/fastify/one-line-logger/releases) - [Commits](https://github.com/fastify/one-line-logger/commits) Updates `@fastify/swagger-ui` from 4.0.0 to 5.0.1 - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@fastify/one-line-logger" dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: "@fastify/swagger-ui" dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 07:34:22 +03:00
"@fastify/swagger-ui": "^5.0.1",
2024-05-12 16:24:50 +03:00
"@fastify/view": "^9.0.0",
"@txtdot/plugins": "workspace:*",
"@txtdot/sdk": "workspace:*",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"ejs": "^3.1.10",
"fastify": "^4.26.2",
"iconv-lite": "^0.6.3",
"ip-range-check": "^0.2.0",
"isomorphic-dompurify": "^2.10.0",
"json-schema-to-ts": "^3.1.0",
"linkedom": "^0.18.0",
2024-05-12 16:24:50 +03:00
"micromatch": "^4.0.5",
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/jsdom": "^21.1.6",
"@types/micromatch": "^4.0.7",
"clean-css-cli": "^5.6.3",
"copyfiles": "^2.4.1"
}
}