{
  "name": "checkpoint-client",
  "description": "javascript checkpoint client",
  "version": "1.1.24",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/examples"
  ],
  "scripts": {
    "tsc": "tsc",
    "watch": "rollup -c -w",
    "build": "tsc && prettier --write src/**/* && rollup -c",
    "test": "tsc && prettier src/**/* -c && rollup -c && jest --testTimeout 10000",
    "test.watch": "mocha 'dist/**/*_test.js' -w --timeout 10s",
    "prepublish": "tsc && prettier src/**/* -c && rollup -c && jest --testTimeout 10000"
  },
  "license": "MIT",
  "dependencies": {
    "ci-info": "3.8.0",
    "env-paths": "2.2.1",
    "fast-write-atomic": "0.2.1",
    "make-dir": "3.1.0",
    "ms": "2.1.3",
    "node-fetch": "2.6.11",
    "uuid": "9.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "21.1.0",
    "@rollup/plugin-json": "6.0.0",
    "@rollup/plugin-node-resolve": "9.0.0",
    "@rollup/plugin-sucrase": "5.0.1",
    "@types/concat-stream": "2.0.0",
    "@types/is-ci": "3.0.0",
    "@types/jest": "29.5.2",
    "@types/ms": "0.7.31",
    "@types/node": "14.18.48",
    "@types/node-fetch": "2.6.4",
    "@types/uuid": "9.0.1",
    "boxen": "4.2.0",
    "concat-stream": "2.0.0",
    "globby": "11.1.0",
    "is-ci": "3.0.1",
    "jest": "29.5.0",
    "prettier": "2.8.8",
    "rollup": "2.79.1",
    "tempfile": "3.0.0",
    "testaway": "2.0.1",
    "ts-node": "10.9.1",
    "typescript": "4.9.5"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "trailingComma": "all",
    "singleQuote": true
  }
}
