{
  "name": "@microsoft/fast-components-class-name-contracts-base",
  "description": "Type descriptions for the classnames that any given component can expect as props.",
  "sideEffects": false,
  "version": "4.8.0",
  "author": {
    "name": "Microsoft",
    "url": "https://discord.gg/FcSNfg4"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/fast-react.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/fast/issues/new/choose"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json",
    "clean:dist": "node ../../../build/clean.js dist",
    "prepare": "yarn clean:dist && yarn build",
    "prettier": "prettier --config ../../../.prettierrc --write \"**/*.ts\"",
    "prettier:diff": "prettier --config ../../../.prettierrc \"**/*.ts\" --list-different",
    "test": "yarn eslint",
    "eslint": "eslint . --ext .ts,.tsx",
    "eslint:fix": "eslint . --ext .ts,.tsx --fix",
    "watch": "yarn build -- -w --preserveWatchOutput"
  },
  "devDependencies": {
    "@microsoft/eslint-config-fast-dna": "^1.2.0",
    "eslint-config-prettier": "^6.10.1",
    "prettier": "2.0.2",
    "typescript": "^3.9.0"
  },
  "gitHead": "4780a9b62a37002f005f89059f2dcf389d01bc75"
}
