-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "steam-farm",
"version": "1.0.0",
"description": "Steam Farm ============= [![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/noneidonthv/steam-noodles?type=cf-1&key=eyJhbGciOiJIUzI1NiJ9.NWYzNWE0MjA4NDI2NmFlZDdjNzkxZTdh.URHgXcUNZvaKN5ikD9PzODmOE3aUgmFZOQ6_9rJnomc)]( https://g.codefresh.io/pipelines/edit/new/builds?id=5f47dbc86db0ba7abd3c93de&pipeline=steam-noodles) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://steamcommunity.com/id/tanjil)",
"main": "app.js",
"dependencies": {
"prompt": "^1.0.0",
"readline-sync": "^1.4.10",
"steam-user": "^4.17.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanjilk/steam-farm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tanjilk/steam-farm/issues"
},
"homepage": "https://github.com/tanjilk/steam-farm#readme"
}