lsp-yggdrasil/package.json

33 lines
882 B
JSON
Raw Normal View History

2022-05-02 15:12:46 +00:00
{
"name": "lsp-yggdrasil",
"version": "1.0.0",
"type": "module",
"description": "A high performance mojang yggdrasil & authlib-injector implmentation",
"main": "src/index.js",
"license": "Anti-996",
"devDependencies": {
"cross-env": "^7.0.3",
2022-05-02 15:12:46 +00:00
"esbuild": "^0.14.38",
"jest": "^28.0.3",
"nodemon": "^2.0.16",
"shelljs.exec": "^1.1.8"
2022-05-02 15:12:46 +00:00
},
"dependencies": {
"@aws-sdk/client-s3": "^3.121.0",
"@aws-sdk/s3-request-presigner": "^3.121.0",
"@fastify/swagger": "^7.4.1",
2022-05-14 16:29:52 +00:00
"axios": "^0.27.2",
"fastify": "^4.2.0",
"hex-to-uuid": "^1.1.1",
2022-05-02 15:12:46 +00:00
"mongoose": "^6.3.1",
"pino": "^8.1.0",
"pino-pretty": "^7.6.1",
2022-05-14 16:29:52 +00:00
"pngjs": "^6.0.0",
"telegraf": "^4.8.2"
2022-05-02 15:12:46 +00:00
},
"scripts": {
"dev": "node launch-development.js",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules UNIT_TEST=1 NODE_NO_WARNINGS=1 jest",
2022-05-02 15:12:46 +00:00
}
}