mirror of
https://github.com/Redocly/redoc.git
synced 2025-12-25 10:32:52 +03:00
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
import { readFileSync } from 'fs';
|
|
|
|
console.log(JSON.parse(readFileSync('../package.json', 'utf8')).version);
|