Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
InnateAlpaca committed Sep 21, 2024
1 parent a8dfcb1 commit f4343e1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,29 @@
"bedrockbridge",
"discord"
],
"author": {
"name": "InnateAlpaca",
"email": "innatealpaca@esploratori.space",
"url": "https://github.com/Esploratori-Dev"
},
"author": "InnateAlpaca <innatealpaca@esploratori.space> (https://github.com/Esploratori-Dev)",
"publishConfig": {
"ignore": [
"src/"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Esploratori-Dev/bedrock.git"
"url": "git+https://github.com/Esploratori-Dev/bedrock.git"
},
"license": "MIT",
"devDependencies": {
"@minecraft/server": "^1.14.0"
}
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/Esploratori-Dev/bedrock/issues"
},
"homepage": "https://github.com/Esploratori-Dev/bedrock#readme"
}

0 comments on commit f4343e1

Please sign in to comment.