{
  "version": "0.3.14",
  "author": "thredUP.com",
  "bugs": {
    "url": "https://github.com/thredup/shamrock/issues"
  },
  "description": "SAMPLE: @thredup/sample-open-source ~ open-source example",
  "devDependencies": {
    "jest": "^26.6.3",
    "rollup": "^2.33.3"
  },
  "keywords": [
    "thredUP",
    "sample",
    "open-source"
  ],
  "license": "UNLICENSED",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "name": "@thredup/sample-open-source",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thredup/shamrock.git"
  },
  "scripts": {
    "build": "npm run build:prod",
    "build:dev": "NODE_ENV=development rollup --config-ext='ts' -c ../../../build/bundler/rollup.config.babel.js -w",
    "build:prod": "NODE_ENV=production rollup --config-ext='ts' -c ../../../build/bundler/rollup.config.babel.js",
    "test": "jest -c ../../../jest.config.js --testPathPattern='packages/sample/open-source/'",
    "test:watch": "jest -c ../../../jest.config.js --watchAll --watch --testPathPattern='packages/sample/open-source/'"
  },
  "gitHead": "9032f061e95c0c5d1f7e66f42b9e5911e26e2f5e"
}
