{
  "name": "@wcpos/web-bundle",
  "version": "1.8.0",
  "description": "JS bundle for the WooCommerce POS web application - distributed by jsDelivr",
  "main": "metadata.json",
  "scripts": {
    "build": "node scripts/build.js",
    "dev": "node scripts/dev-server.js",
    "colors": "node scripts/serve-colors.js",
    "atlas": "npx expo-atlas ./build/atlas.jsonl",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint scripts --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint scripts --ext .js,.jsx,.ts,.tsx --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wcpos/web-bundle.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wcpos/web-bundle/issues"
  },
  "homepage": "https://github.com/wcpos/web-bundle#readme"
}
