rmext  
✂️ Remove file extension
``js
const rmext = require('rmext');
rmext('/workspace/application/file.json'); // '/workspace/application/file'
``