UNPKG

atam

Version:
12 lines (9 loc) 237 B
const os = require('os'); const dotfilePath = `${os.homedir()}/.atam`; module.exports = { dotfilePath, atcoderUrl: 'https://atcoder.jp', cookiePath: `${dotfilePath}/cookieLogin.json`, confPath: '.atam.local.json', // more };