cs2-cdn
Version:
Retrieves the Steam CDN Image URLs for CS2/CS:GO Items
56 lines (55 loc) • 1.24 kB
JSON
{
"name": "cs2-cdn",
"version": "1.4.1",
"description": "Retrieves the Steam CDN Image URLs for CS2/CS:GO Items",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup"
},
"keywords": [
"steam",
"csgo",
"global offensive",
"cs2",
"stickers",
"cdn",
"images"
],
"dependencies": {
"hasha": "^5.2.2",
"simple-vdf3": "^1.1.0",
"steam-totp": "^2.1.2",
"steam-user": "^4.28.6",
"vpk2": "^0.2.0",
"winston": "^3.0.0-rc1"
},
"author": {
"name": "Stepan Fedorko-Bartos",
"email": "Step7750@gmail.com",
"url": "http://stepan.me"
},
"contributors": [
{
"name": "Albin Hedwall",
"email": "albin.hedwall@gmail.com",
"url": "https://github.com/wavpro"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CSMTools/node-cs2-cdn.git"
},
"devDependencies": {
"@types/steam-totp": "^2.1.0",
"@types/steam-user": "^4.26.4",
"typescript": "^5.1.3"
}
}