{
  "name": "web-sharing",
  "version": "1.0.6",
  "description": "Web Content Sharing JavaScript Package for the Web.",
  "scripts": {
    "tsc": "tsc",
    "watch": "tsc -w",
    "build": "shx rm -rf dist/ && npm run tsc",
    "deploy": "npm run build && npm publish"
  },
  "main": "dist/main.js",
  "files": [
    "dist/main.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jay-flow/web-sharing.git"
  },
  "keywords": [
    "react",
    "share",
    "sharing",
    "web-share",
    "web-sharing",
    "url",
    "web"
  ],
  "author": "Jay-flow",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Jay-flow/web-sharing/issues"
  },
  "homepage": "https://github.com/Jay-flow/web-sharing#readme",
  "devDependencies": {
    "@types/node": "^14.14.35",
    "eslint": "^7.22.0",
    "eslint-config-prettier": "^8.1.0",
    "nodemon": "^2.0.7",
    "prettier": "^2.2.1",
    "shx": "^0.3.3",
    "typescript": "^4.2.3"
  }
}