mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
publish
This commit is contained in:
parent
7a5c342ef0
commit
a8c06b76da
3
.gitignore
vendored
3
.gitignore
vendored
@ -50,3 +50,6 @@ yarn-error.log*
|
|||||||
# tests
|
# tests
|
||||||
__tests__
|
__tests__
|
||||||
__test__
|
__test__
|
||||||
|
|
||||||
|
# changeset
|
||||||
|
.changeset
|
0
ROADMAP.md
Normal file
0
ROADMAP.md
Normal file
75
package.json
75
package.json
@ -24,40 +24,43 @@
|
|||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
},
|
},
|
||||||
"packageManager": "npm@8.14.0",
|
"packageManager": "npm@8.14.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/oasisjs/biscuit"
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"api",
|
"api",
|
||||||
"discord",
|
"discord",
|
||||||
"bots",
|
"bots",
|
||||||
"typescript",
|
"typescript",
|
||||||
"botdev"
|
"botdev"
|
||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Yuzuru <yuzuru@programmer.net>",
|
"author": "Yuzuru <yuzuru@programmer.net>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Yuzuru",
|
"name": "Yuzuru",
|
||||||
"url": "https://github.com/yuzudev",
|
"url": "https://github.com/yuzudev",
|
||||||
"author": true
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "miia",
|
"name": "miia",
|
||||||
"url": "https://github.com/dragurimu"
|
"url": "https://github.com/dragurimu"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "n128",
|
"name": "n128",
|
||||||
"url": "https://github.com/nicolito128"
|
"url": "https://github.com/nicolito128"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "socram03",
|
"name": "socram03",
|
||||||
"url": "https://github.com/socram03"
|
"url": "https://github.com/socram03"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"homepage": "https://biscuitjs.com",
|
"homepage": "https://biscuitjs.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/oasisjs/bicuit.git"
|
"url": "git+https://github.com/oasisjs/bicuit.git"
|
||||||
}
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@changesets/cli": "^2.24.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,5 +14,44 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"discord",
|
||||||
|
"bots",
|
||||||
|
"typescript",
|
||||||
|
"botdev"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
39
packages/cache/package.json
vendored
39
packages/cache/package.json
vendored
@ -18,5 +18,44 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"discord",
|
||||||
|
"bots",
|
||||||
|
"typescript",
|
||||||
|
"botdev"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,44 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"discord",
|
||||||
|
"bots",
|
||||||
|
"typescript",
|
||||||
|
"botdev"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,5 +17,44 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"discord",
|
||||||
|
"bots",
|
||||||
|
"typescript",
|
||||||
|
"botdev"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,44 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/ws": "^8.5.3",
|
"@types/ws": "^8.5.3",
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oasisjs/biscuit"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"discord",
|
||||||
|
"bots",
|
||||||
|
"typescript",
|
||||||
|
"botdev"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user