UNPKG

steamapi

Version:
41 lines (40 loc) 926 B
{ "author": "xDimGG <dimggyt@gmail.com> (https://dim.codes)", "name": "steamapi", "description": "A nice Steam API wrapper.", "main": "dist/index.js", "types": "dist/index.d.ts", "version": "3.1.4", "license": "MIT", "type": "module", "scripts": { "prepublish": "tsc", "tsdoc": "typedoc --plugin typedoc-plugin-markdown --readme none --out docs index.ts" }, "keywords": [ "steam", "api", "wrapper", "steam-api", "steampowered" ], "bugs": { "web": "https://github.com/xDimGG/node-steamapi/issues" }, "repository": { "type": "git", "url": "https://github.com/xDimGG/node-steamapi" }, "homepage": "https://github.com/xDimGG/node-steamapi#readme", "devDependencies": { "@types/node": "^20.11.5", "@types/steamid": "^2.0.3", "typedoc": "^0.28.2", "typedoc-plugin-markdown": "^4.6.2", "typescript": "^5.7.3" }, "dependencies": { "node-fetch": "^3.3.2", "steamid": "^2.0.0" } }