{
  "name": "contact-package-ss",
  "version": "1.7.1",
  "description": "A simple Contact Us component converted into package",
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf rimraf dist",
    "build": "yarn clean && tsc && yarn copy-files && cp package.json README.md ./dist",
    "start": "react-scripts start",
    "copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css dist/"
  },
  "keywords": [
    "react",
    "typescript",
    "custom contact us package by himanshu chandola"
  ],
  "author": "Himanshu Chandola",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/himanshuchandola"
  },
  "devDependencies": {
    "@types/react": "^17.0.47",
    "copyfiles": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "react-router-dom": "^6.3.0",
    "react-scripts": "^5.0.1"
  }
}
