UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

7 lines (6 loc) 269 B
const fs = require('fs'); (() => { const packageContents = JSON.parse(fs.readFileSync('./package.json').toString()); packageContents.name = '@XRFoundation/server-core'; fs.writeFileSync('./package.json', Buffer.from(JSON.stringify(packageContents))); })();