{
  "name": "@adobe/uxp-optimized",
  "description": "Library of react components optimized for Adobe's Unified Extensibility Platform",
  "keywords": [
    "react",
    "virtualizer",
    "virtualized",
    "uxp"
  ],
  "version": "2.0.5",
  "main": "index.js",
  "author": "Kris Nye <knye@adobe.com>",
  "license": "MIT",
  "access": "public",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/uxp-optimized.git"
  },
  "homepage": "https://github.com/adobe/uxp-optimized",
  "publishConfig": {
    "@adobe:registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "copy": "mkdir -p dist && mkdir -p lib && mkdir -p dist && cp src/devsample/*.json dist && cp {.npmignore,README.md,package.json} lib && echo disabled: ln -sfn ../node_modules lib/node_modules",
    "build": "yarn run copy && parcel build src/devsample/index.html && tsc",
    "watch_sample": "yarn run copy && parcel src/devsample/index.html",
    "watch": "yarn run copy && tsc -w",
    "test": "mocha lib/test",
    "watch_test": "nodemon -w lib -x yarn test",
    "deploy": "rm -rf lib && tsc && yarn run test && npm version patch && yarn run copy && cd lib && npm publish --access public",
    "clean": "rm -rf {.cache,node_modules,dist,lib}"
  },
  "peerDependencies": {
    "react": "^16.8.6"
  },
  "devDependencies": {
    "@types/jsdom": "^20.0.1",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.6",
    "@types/react": "^16.8.25",
    "html-webpack-plugin": "^3.2.0",
    "jsdom": "^16.0.0",
    "mocha": "^7.0.0",
    "parcel-bundler": "^1.12.4",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "sass-loader": "^8.0.2",
    "source-map-loader": "^0.2.4",
    "typescript": "^4.0.2"
  },
  "dependencies": {}
}
