-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 Bytes
/
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
26
27
28
29
30
31
32
33
34
35
{
"name": "steam-api-server",
"version": "1.1.0",
"description": "the server for \"steam api\" allows you to get data from request",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-hub/steam-api-server.git"
},
"keywords": [
"steam",
"steam",
"api",
"api",
"server"
],
"author": "matthew-hub",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthew-hub/steam-api-server/issues"
},
"homepage": "https://github.com/matthew-hub/steam-api-server#readme",
"dependencies": {
"express": "^4.17.1",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}