mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
ci(build): ✨ Add tag option in CI
This commit is contained in:
parent
ab36dc6616
commit
664568af38
2 changed files with 71 additions and 69 deletions
|
|
@ -1,70 +1,68 @@
|
|||
{
|
||||
"name": "@lysand-org/federation",
|
||||
"displayName": "Lysand Federation",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"name": "Jesse Wierzbinski (CPlusPatch)",
|
||||
"url": "https://cpluspatch.com"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lysand-org/api.git",
|
||||
"directory": "federation"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lysand-org/api/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jesse Wierzbinski",
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"url": "https://cpluspatch.com"
|
||||
"name": "@lysand-org/federation",
|
||||
"displayName": "Lysand Federation",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"name": "Jesse Wierzbinski (CPlusPatch)",
|
||||
"url": "https://cpluspatch.com"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lysand-org/api.git",
|
||||
"directory": "federation"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lysand-org/api/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jesse Wierzbinski",
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Jesse Wierzbinski",
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"description": "Type definitions for Lysand Federation, with validators.",
|
||||
"categories": ["Other"],
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"bun": ">=1.1.8"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/lysand"
|
||||
},
|
||||
"homepage": "https://lysand.org",
|
||||
"keywords": [
|
||||
"lysand",
|
||||
"federation",
|
||||
"api",
|
||||
"typescript",
|
||||
"zod",
|
||||
"validation"
|
||||
],
|
||||
"packageManager": "bun@1.1.8",
|
||||
"dependencies": {
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"magic-regexp": "^0.8.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"zod": "^3.23.8",
|
||||
"zod-validation-error": "^3.3.0"
|
||||
}
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Jesse Wierzbinski",
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"description": "Type definitions for Lysand Federation, with validators.",
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"bun": ">=1.1.8"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/lysand"
|
||||
},
|
||||
"homepage": "https://lysand.org",
|
||||
"keywords": [
|
||||
"lysand",
|
||||
"federation",
|
||||
"api",
|
||||
"typescript",
|
||||
"zod",
|
||||
"validation"
|
||||
],
|
||||
"packageManager": "bun@1.1.8",
|
||||
"dependencies": {
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"magic-regexp": "^0.8.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"zod": "^3.23.8",
|
||||
"zod-validation-error": "^3.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue