mirror of https://github.com/telecraft/telecraft
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.
29 lines
705 B
29 lines
705 B
{
|
|
"name": "@telecraft/auth",
|
|
"version": "1.0.0-beta.1",
|
|
"description": " Telegram auth for Minecraft servers, powered by Telecraft",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"build": "tsc --importHelpers",
|
|
"build:w": "tsc --importHelpers -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:telecraft/plugin"
|
|
},
|
|
"author": "Feathers Studio <@feathers_studio> (https://feathers.studio)",
|
|
"contributors": [
|
|
"Muthu Kumar <@MKRhere> (https://mkr.pw)"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^14.17.9",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@telecraft/types": "workspace:../types",
|
|
"nbt-ts": "^1.3.4",
|
|
"prismarine-nbt": "^1.6.0",
|
|
"tslib": "^2.3.1"
|
|
}
|
|
}
|
|
|