UNPKG

csformat

Version:

The only package you need to format CS2 item queries into the Steam Market format

34 lines (33 loc) 798 B
{ "name": "csformat", "version": "1.0.4", "description": "The only package you need to format CS2 item queries into the Steam Market format", "main": "dist/index.js", "keywords": [ "CS2", "market_hash_name", "Steam Market", "Market Hash Name", "Steam Hash Name" ], "files": [ "dist" ], "author": "cadenmarinozzi", "repository": { "type": "git", "url": "https://github.com/cadenmarinozzi/csformat" }, "license": "MIT", "scripts": { "start": "node dist/example.js", "build": "tsc", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.4.3" } }