UNPKG

rune

Version:

CLI to upload your games to Rune

5 lines (4 loc) 192 B
import fs from "fs"; import path from "path"; import { rootPath } from "./rootPath.js"; export const packageJson = JSON.parse(fs.readFileSync(path.resolve(rootPath, "package.json"), "utf8"));