steam-playing-game
Version:
Get the current playing game of a steam user
51 lines • 1.18 kB
JSON
{
"name": "steam-playing-game",
"type": "module",
"version": "0.0.4",
"description": "Get the current playing game of a steam user",
"author": "imba97",
"license": "MIT",
"homepage": "https://github.com/imba97/steam-playing-game#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:imba97/steam-playing-game.git"
},
"bugs": {
"url": "https://github.com/imba97/steam-playing-game/issues"
},
"keywords": [
"steam",
"playing",
"game"
],
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@imba97/eslint-config": "^0.0.6",
"@types/node": "^22.13.10",
"bumpp": "^10.0.3",
"eslint": "^9.22.0",
"lint-staged": "^15.4.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vitest": "^3.0.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --fix"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild",
"test": "vitest",
"lint": "eslint --cache",
"release": "bumpp"
}
}