You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
{ |
|
"name": "primegraming-lol-autocollect", |
|
"version": "0.1.0", |
|
"main": "main.js", |
|
"repository": "ssh://kaki@git.kaki87.net:3021/KaKi87/primegraming-lol-autocollect.git", |
|
"author": "KaKi87 <KaKi87@pm.me>", |
|
"license": "WTFPL", |
|
"dependencies": { |
|
"puppeteer": "^13.4.1", |
|
"totp-generator": "^0.0.13" |
|
}, |
|
"scripts": { |
|
"start": "env $(cat .env | xargs) DISPLAY=\":0\" node main.js" |
|
} |
|
}
|
|
|