3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
import { readFileSync } from "fs";
|
|
export const api = JSON.parse(readFileSync("package.json"));
|