UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

11 lines (8 loc) 242 B
import * as path from "path"; import * as fs from "fs"; const packageJson = JSON.parse( fs .readFileSync(path.join(__dirname, "..", "..", "..", "package.json")) .toString() ); export const actionheroVersion = packageJson.version;