{
  "name": "@sneas/telephone",
  "version": "1.1.2",
  "description": "The latest iPhone and Pixel frames provided as Web Components",
  "homepage": "https://sneas.github.io/telephone",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "iphone",
    "ios",
    "android",
    "pixel",
    "frame",
    "web-component"
  ],
  "scripts": {
    "build": "esbuild src/iphone-16-max.ts src/pixel-9-pro.ts src/index.ts --outdir=./ --bundle --minify",
    "postbuild": "tsc --emitDeclarationOnly",
    "prewatch": "npm run build",
    "watch": "esbuild src/iphone-16-max.ts src/pixel-9-pro.ts src/index.ts --outdir=./ --bundle --minify --watch",
    "start": "npm run watch",
    "telephone": "npm start"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sneas/telephone.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "esbuild": "^0.24.0"
  }
}
