.ENV Файл vars nto определен в детском каталоге

const ck = require('ckey');

const userName = ck.USER;     // sample@gmail.com
const password = ck.PASSWORD; // iampassword123
const apiKey   = ck.API_KEY;  // 1234567890
Xerothermic Xenomorph