{
  "name": "{{{packageNpmName}}}",
  "version": "0.1.0",
  "description": "{{{description}}}",
  "private": true,
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "lint": "just-scripts lint",
    "start-test": "just-scripts jest-watch",
    "test": "just-scripts test",
    "update-snapshots": "just-scripts jest -u"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "",
    "@types/jest": "",
    "@types/node": "",
    "@uifabric/build": ""
  },
  "dependencies": {
    "tslib": ""
  }
}
