PixelPiggy/CS_float
0
1{2 "name": "csgofloat",3 "version": "4.0.0",4 "description": "Source Code that Powers the CSGOFloat API",5 "author": "Step7750",6 "main": "index.js",7 "license": "MIT",8 "repository": {9 "type": "git",10 "url": "https://github.com/Step7750/CSGOFloat.git"11 },12 "scripts": {13 "start": "node index.js"14 },15 "dependencies": {16 "body-parser": "^1.19.0",17 "command-line-args": "^5.1.1",18 "express": "^4.17.1",19 "express-rate-limit": "^5.2.6",20 "globaloffensive": "^3.2.0",21 "long": "^3.2.0",22 "mongodb": "^2.2.36",23 "pg": "^8.10.0",24 "simple-vdf": "^1.1.1",25 "socket.io": "^2.4.0",26 "steam-totp": "^2.1.2",27 "steam-user": "^5.2.0",28 "winston": "^2.4.5"29 },30 "devDependencies": {31 "eslint": "^8.56.0",32 "eslint-config-google": "^0.7.1"33 }34}35 