Files
warframe-center/package.json
2022-02-15 22:27:06 +03:00

18 lines
348 B
JSON

{
"name": "warframe-market-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anatoly Kopyl",
"license": "ISC",
"dependencies": {
"puppeteer": "^13.3.2"
},
"devDependencies": {
"eslint-config-standard": "^16.0.3"
}
}