node-steamcommunity/package.json

44 lines
1005 B
JSON
Raw Normal View History

2014-10-01 03:18:17 +08:00
{
"name": "steamcommunity",
2019-02-14 13:19:20 +08:00
"version": "4.0.0-dev",
"private": true,
2015-01-30 15:46:03 +08:00
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"keywords": [
"steam",
"steam community"
],
2014-10-01 03:18:17 +08:00
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
},
"license": "MIT",
2017-12-28 13:32:51 +08:00
"author": {
"name": "Alex Corn",
"email": "mckay@doctormckay.com",
"url": "https://www.doctormckay.com"
},
2014-10-01 03:18:17 +08:00
"repository": {
"type": "git",
2015-05-16 12:44:33 +08:00
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
2014-10-01 03:18:17 +08:00
},
"dependencies": {
2021-07-29 17:06:01 +08:00
"@doctormckay/stdlib": "^1.14.1",
"cheerio": "0.22.0",
2019-09-24 16:06:37 +08:00
"image-size": "^0.8.2",
2016-01-19 07:46:45 +08:00
"node-bignumber": "^1.2.1",
2019-02-14 13:25:07 +08:00
"request": "^2.88.0",
"steam-totp": "^2.1.0",
2019-09-24 16:06:37 +08:00
"steamid": "^1.1.3",
"xml2js": "^0.4.22"
2016-03-05 07:27:50 +08:00
},
"engines": {
2019-02-14 13:25:07 +08:00
"node": ">=8.0.0"
2021-07-29 14:30:41 +08:00
},
"devDependencies": {
"eslint": "^7.31.0"
2021-07-29 15:14:55 +08:00
},
"scripts": {
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
2014-10-01 03:18:17 +08:00
}
2016-03-05 07:27:50 +08:00
}