mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: npm metadata & gitignore ✨
This commit is contained in:
parent
33ce86d761
commit
2d08802919
4
.gitignore
vendored
4
.gitignore
vendored
@ -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__
|
||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +0,0 @@
|
||||
{
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.detectIndentation": true
|
||||
}
|
@ -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
3906
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
39
package.json
39
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user