UNPKG

279 BPlain TextView Raw
1import fs from 'fs';
2
3const version = JSON.parse(fs.readFileSync('package.json').toString()).version;
4export default `/* MapLibre GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v${version}/LICENSE.txt */`;