UNPKG

479 BJavaScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-ts-comment
2// @ts-ignore
3// eslint-disable-next-line @typescript-eslint/no-var-requires
4const data = require('../package.json');
5/**
6 * The _model_module_version/_view_module_version this package implements.
7 *
8 * The html widget manager assumes that this is the same as the npm package
9 * version number.
10 */
11export const MODULE_VERSION = data.version;
12/*
13 * The current package name.
14 */
15export const MODULE_NAME = data.name;