{
  "name": "@pwa-manifest/core",
  "version": "1.5.4",
  "description": "Core generation for a Web App Manifest, all necessary icons, and more!",
  "source": "./index.ts",
  "main": "lib/index.js",
  "author": "Arjun Barrett <arjunbarrett@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pwa",
    "manifest",
    "webmanifest",
    "favicon",
    "icon"
  ],
  "engines": {
    "node": ">=16"
  },
  "homepage": "https://github.com/101arrowz/pwa-manifest/tree/master/packages/core",
  "repository": {
    "type": "git",
    "url": "https://github.com/101arrowz/pwa-manifest"
  },
  "bugs": {
    "email": "arjunbarrett@gmail.com",
    "url": "https://github.com/101arrowz/pwa-manifest"
  },
  "scripts": {
    "lint": "eslint --fix index.ts __tests__/*.ts",
    "test": "jest",
    "test-cov": "npm test && cat __tests__/coverageReport/lcov.info | coveralls",
    "build": "tsc --build && npm run lint && npm test && npm run build-unchecked",
    "build-unchecked": "parcel build --no-source-maps",
    "prepack": "npm run build",
    "preversion": "npm run lint && npm test"
  },
  "dependencies": {
    "@pwa-manifest/potrace": "^1.0.1",
    "sharp": "^0.32.5"
  },
  "gitHead": "0ccd44a7d5c351d64176035d68495295eeedbcdf"
}
