UNPKG

steamwebapi-trade-bot

Version:

The official TypeScript library for the Steamwebapi Trade Bot

40 lines 901 B
{ "name": "steamwebapi-trade-bot", "version": "1.0.1", "description": "The official TypeScript library for the Steamwebapi Trade Bot", "type": "module", "publishConfig": { "access": "public" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "steamwebapi", "trade-bot", "typescript", "steam", "api", "wrapper" ], "author": "Nadir Hajiyev", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/NadirHaciyev/steamwebapi-trade-bot" }, "devDependencies": { "@changesets/cli": "^2.27.1", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.6.7" }, "scripts": { "build": "tsup", "lint": "tsc", "ci": "pnpm run lint && pnpm run build", "release": "pnpm run lint && pnpm run build && changeset publish" } }