UNPKG

steamid

Version:

Exposes a SteamID object class for easy SteamID management

43 lines (42 loc) 996 B
{ "name": "steamid", "version": "2.1.0", "description": "Exposes a SteamID object class for easy SteamID management", "keywords": [ "steam", "steamid", "steam account" ], "homepage": "https://github.com/DoctorMcKay/node-steamid", "bugs": { "url": "https://github.com/DoctorMcKay/node-steamid/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DoctorMcKay/node-steamid.git" }, "engines": { "node": ">=12.0.0" }, "main": "dist/index.js", "files": [ "/dist", "/src" ], "scripts": { "prepare": "npm run build", "prepublishOnly": "npm run lint && npm run test", "build": "node scripts/delete-dist.js && tsc --outDir dist", "test": "node test/test.js", "lint": "npx eslint . --ext .js,.jsx,.ts,.tsx" }, "devDependencies": { "@types/node": "12.0.0", "@typescript-eslint/eslint-plugin": "^5.36.0", "@typescript-eslint/parser": "^5.36.0", "eslint": "^7.31.0", "ts-node": "^10.9.1", "typescript": "^4.8.2" } }