You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
881 B
32 lines
881 B
{ |
|
"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", |
|
"esbuild": "^0.14.38", |
|
"jest": "^28.0.3", |
|
"nodemon": "^2.0.16", |
|
"shelljs.exec": "^1.1.8" |
|
}, |
|
"dependencies": { |
|
"@aws-sdk/client-s3": "^3.121.0", |
|
"@aws-sdk/s3-request-presigner": "^3.121.0", |
|
"@fastify/swagger": "^7.4.1", |
|
"axios": "^0.27.2", |
|
"fastify": "^4.2.0", |
|
"hex-to-uuid": "^1.1.1", |
|
"mongoose": "^6.3.1", |
|
"pino": "^8.1.0", |
|
"pino-pretty": "^7.6.1", |
|
"pngjs": "^6.0.0", |
|
"telegraf": "^4.8.2" |
|
}, |
|
"scripts": { |
|
"dev": "node launch-development.js", |
|
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules UNIT_TEST=1 NODE_NO_WARNINGS=1 jest" |
|
} |
|
}
|
|
|