txtdot/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2023-08-13 20:38:33 +03:00
{
2023-08-13 21:39:23 +03:00
"name": "txtdot",
2023-08-13 20:38:33 +03:00
"version": "1.0.0",
2023-08-13 21:39:23 +03:00
"private": true,
2023-08-13 20:38:33 +03:00
"description": "",
"main": "dist/app.js",
"dependencies": {
2023-08-14 13:03:19 +03:00
"@fastify/middie": "^8.3.0",
"@fastify/view": "^8.0.0",
2023-08-13 20:38:33 +03:00
"@mozilla/readability": "^0.4.4",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
2023-08-14 13:03:19 +03:00
"fastify": "^4.21.0",
2023-08-13 20:38:33 +03:00
"jsdom": "^22.1.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/ejs": "^3.1.2",
2023-08-13 20:38:33 +03:00
"@types/express": "^4.17.17",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "ts-node src/app.ts",
"start": "node dist/app.js"
},
"keywords": [],
2023-08-14 14:37:30 +03:00
"authors": [
"Artemy Egorov <me@artegoser.ru> https://github.com/artegoser",
"DarkCat09 <darkcat09@vivaldi.net> https://dc09.ru/",
"megahomyak https://github.com/megahomyak"
],
"license": "MIT"
2023-08-13 20:38:33 +03:00
}