{
  "name": "@staffbar/types",
  "description": "Type definitions for StaffBar",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "run-s build:dist",
    "build:watch": "run-p build:dist:watch",
    "build:dist": "tsc -p tsconfig.build.json",
    "build:dist:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
    "clean": "rm -rf node_modules dist"
  },
  "author": "Brian Anglin <brianranglin@gmail.com>",
  "license": "MIT",
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "testEnvironment": "jsdom",
    "testMatch": [
      "**/*.test.ts"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "./tsconfig.json",
        "diagnostics": false
      }
    }
  },
  "sideEffects": false,
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.0.2",
    "dts-generator": "^3.0.0",
    "jest": "^26.6.3",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^26.5.6",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "nanoid": "^3.1.22"
  },
  "gitHead": "d0be605f4d938e73c9278a536b4abce1121f5b94",
  "publishConfig": {
    "cache": ".npm",
    "access": "public"
  },
  "version": "0.2.1"
}
