fix: npm metadata & gitignore

This commit is contained in:
Yuzu 2022-07-29 17:47:03 -05:00
parent 33ce86d761
commit 2d08802919
5 changed files with 42 additions and 3916 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
package-lock.json
# Enviorment
.env
@ -47,4 +49,4 @@ yarn-error.log*
# tests
__tests__
__test__
__test__

View File

@ -1,5 +0,0 @@
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": true
}

View File

@ -15,8 +15,8 @@ for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
### Most importantly, biscuit is:
- A wrapper to interface the Discord api
- A bleeding edge API to contact Discord
- A wrapper to interface the Discord API
- A bleeding edge library
Biscuit is primarily inspired by Discord.js and Discordeno but it does not include a cache layer by default, we believe
that you should not make software that does things it is not supposed to do.

3906
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
{
"name": "biscuit",
"private": true,
"workspaces": [
"packages/*"
],
@ -24,5 +23,41 @@
"turbo": "^1.3.4",
"typescript": "^4.7.4"
},
"packageManager": "npm@8.14.0"
"packageManager": "npm@8.14.0",
"bugs": {
"url": "https://github.com/oasisjs/biscuit"
},
"keywords": [
"api",
"discord",
"bots",
"typescript",
"botdev"
],
"license": "Apache-2.0",
"author": "Yuzuru <yuzuru@programmer.net>",
"contributors": [
{
"name": "Yuzuru",
"url": "https://github.com/yuzudev",
"author": true
},
{
"name": "miia",
"url": "https://github.com/dragurimu"
},
{
"name": "n128",
"url": "https://github.com/nicolito128"
},
{
"name": "socram03",
"url": "https://github.com/socram03"
}
],
"homepage": "https://biscuitjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/oasisjs/bicuit.git"
}
}