-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab36dc6
commit 664568a
Showing
2 changed files
with
71 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,68 @@ | ||
{ | ||
"name": "@lysand-org/federation", | ||
"displayName": "Lysand Federation", | ||
"version": "3.0.0", | ||
"author": { | ||
"email": "[email protected]", | ||
"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": "[email protected]", | ||
"url": "https://cpluspatch.com" | ||
"name": "@lysand-org/federation", | ||
"displayName": "Lysand Federation", | ||
"version": "3.0.0", | ||
"author": { | ||
"email": "[email protected]", | ||
"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": "[email protected]", | ||
"url": "https://cpluspatch.com" | ||
} | ||
], | ||
"maintainers": [ | ||
{ | ||
"name": "Jesse Wierzbinski", | ||
"email": "[email protected]", | ||
"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": "[email protected]", | ||
"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": "[email protected]", | ||
"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": "[email protected]", | ||
"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" | ||
} | ||
} | ||
} |