{
  "name": "workfront-cookie",
  "version": "3.4.5",
  "description": "Extracts values from workfront cookies",
  "main": "dist/workfront-cookie.js",
  "module": "dist/workfront-cookie.esm.js",
  "sideEffects": false,
  "files": [
    "dist",
    "typings"
  ],
  "types": "./typings/index.d.ts",
  "scripts": {
    "build": "run-p build:*",
    "build:bundles": "rollup --config rollup.config.js",
    "build:typings": "tsc --declaration --emitDeclarationOnly --noEmitOnError --declarationDir typings",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,css,md,yml}\"",
    "test:typecheck": "tsc --noEmit",
    "test:sources": "jest --coverage",
    "test:sources:watch": "jest --watch",
    "test": "run-p test:*",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Workfront/workfront-cookie.git"
  },
  "keywords": [
    "Workfront",
    "AtTask",
    "session",
    "cookie"
  ],
  "author": "Workfront",
  "contributors": [
    "Hovhannes Babayan <bhovhannes@gmail.com>"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Workfront/workfront-cookie/issues"
  },
  "homepage": "https://github.com/Workfront/workfront-cookie#readme",
  "devDependencies": {
    "@arkweid/lefthook": "0.7.6",
    "@commitlint/cli": "13.1.0",
    "@commitlint/config-conventional": "13.1.0",
    "@rollup/plugin-typescript": "8.2.5",
    "@types/jest": "27.0.1",
    "jest": "27.2.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.4.1",
    "rollup": "2.56.3",
    "rollup-plugin-terser": "7.0.2",
    "ts-jest": "27.0.5",
    "tslib": "2.3.1",
    "typescript": "4.4.3"
  },
  "dependencies": {}
}
