{
    "name": "@benbakhar/sls",
    "version": "0.0.5",
    "description": "Nike SLS API",
    "scripts": {
        "lint": "npx tslint -c tslint.json -p tsconfig.json",
        "build": "tsc"
    },
    "bin": {
        "sls": "./build/bin/index.js"
    },
    "dependencies": {
        "cheerio": "^1.0.0-rc.3",
        "commander": "^4.0.1",
        "node-fetch": "^2.6.0"
    },
    "keywords": [
        "node",
        "cli",
        "nike",
        "sls",
        "street league"
    ],
    "devDependencies": {
        "@types/cheerio": "^0.22.14",
        "@types/node-fetch": "^2.5.4",
        "ts-node": "^8.5.2",
        "tslint": "^5.20.1",
        "typescript": "^3.7.2"
    },
    "author": "Ben Bakhar",
    "license": "ISC"
}
