{
  "name": "@barguide/template",
  "version": "2.0.25",
  "author": {
    "name": "Matthew Scholta",
    "email": "matt@barguide.io",
    "url": "https://barguide.io"
  },
  "bugs": {
    "url": "https://github.com/barguide/taps/issues"
  },
  "description": "TypeScript | Template",
  "dependencies": {
    "@barguide/style-guide": "2.0.25",
    "classnames": ">=2",
    "react": ">=17"
  },
  "devDependencies": {
    "@babel/cli": ">=7",
    "@babel/preset-env": ">=7",
    "@babel/preset-react": ">=7",
    "@testing-library/react": ">=11",
    "@types/react": ">=17",
    "babel-jest": ">=27",
    "jest": ">=27",
    "jest-fetch-mock": ">=3",
    "rollup": ">=2",
    "rollup-plugin-typescript2": ">=0.30"
  },
  "engines": {
    "node": ">=12",
    "npm": ">=6"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "barguide.io",
    "typescript"
  ],
  "license": "UNLICENSED",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barguide/taps.git"
  },
  "scripts": {
    "build": "NODE_ENV=production npx rollup --config-tsconfig='packages/barguide/template/tsconfig.json' --config-ext='ts' -c ../../../build/bundler/rollup.config.babel.js",
    "build:dev": "NODE_ENV=development npm run build -- -w",
    "test": "npx jest -c ../../../jest.config.js --testPathPattern='packages/barguide/template/'",
    "test:watch": "npm run test -- --watchAll --watch"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "gitHead": "9f6afa3358e544d28358bc7a0d135cea522308f8"
}
