UNPKG
atam
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
atcoder on terminal
github.com/XMLPro/atam
XMLPro/atam
atam
/
src
/
consts.js
12 lines
(9 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
};