{
    "name": "@taskforge/sdk",
    "version": "0.50.1",
    "description": "Taskforge TS SDK, includes types and clients",
    "main": "dist/index.js",
    "scripts": {
        "fmt": "prettier --write \"**/*.ts\" \"**/*json\"",
        "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
        "lint-ci": "eslint . --ext .js,.jsx,.ts,.tsx",
        "build": "tsc",
        "prepare": "npm run build",
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/taskforge/sdk.git"
    },
    "author": "Mathew Robinson",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/taskforge/sdk/issues"
    },
    "homepage": "https://github.com/taskforge/sdk#readme",
    "dependencies": {
        "ajv": "^8.2.0",
        "ajv-formats": "^2.0.2",
        "axios": "^0.21.1"
    },
    "devDependencies": {
        "@trivago/prettier-plugin-sort-imports": "^2.0.2",
        "@types/jest": "^26.0.23",
        "@typescript-eslint/eslint-plugin": "^4.22.0",
        "dotenv": "^8.2.0",
        "eslint": "^7.25.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-jest": "^24.3.6",
        "eslint-plugin-prettier": "^3.4.0",
        "fp-ts": "^2.10.5",
        "jest": "^26.6.3",
        "prettier": "^2.2.1",
        "ts-jest": "^26.5.5",
        "typescript": "^4.2.4"
    },
    "gitHead": "757d5eec09c92d888af90523c3a6fbde1be715ce"
}
