mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 16:38:20 +01:00
6 lines
248 B
TypeScript
6 lines
248 B
TypeScript
import pkg from "../package.json" with { type: "json" };
|
|
|
|
export const NO_REDIRECT = "urn:ietf:wg:oauth:2.0:oob";
|
|
export const DEFAULT_SCOPE = ["read", "write", "follow"];
|
|
export const DEFAULT_UA = `VersiaClient/${pkg.version} (+${pkg.homepage})`;
|