-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
36
37
38
39
40
41
42
43
{
"name": "type-steamapi",
"version": "0.9.46",
"description": "Steam API wrapper created with typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"watch:ts": "tsc -w",
"watch:js": "nodemon",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tekkenthuuug/type-steamapi.git"
},
"keywords": [
"typescript",
"steam",
"steampapi",
"wrapper",
"typed-steam",
"graphql",
"type-graphql"
],
"author": "tekkenthuuug <sa.soto317@gmail.com> (https://github.com/tekkenthuuug)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tekkenthuuug/type-steamapi/issues"
},
"homepage": "https://github.com/tekkenthuuug/type-steamapi#readme",
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"nodemon": "^2.0.4",
"typescript": "^4.0.3"
},
"dependencies": {
"class-validator": "^0.12.2",
"graphql": "^15.3.0",
"node-fetch": "^2.6.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.0.0"
}
}