You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|