var version = require("../../package.json").version; var render = { boilerplate: ` `, part: ` `, path: ` `, text: ` This is a test `, textOnPath: ` This is another test `, textOnPathCenter: ` This is another test `, textOnPathRight: ` This is another test `, snippet: ` This is a snippet ` }; module.exports = render;