{
  "name": "string-it-up",
  "version": "1.0.6",
  "description": "Capitalize your strings in whichever way your heart chooses",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "build": "webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alx-rg/string-me-up-scotty.git"
  },
  "keywords": [
    "Stringify",
    "Capitalize",
    "Strings",
    "Capital",
    "letters"
  ],
  "author": "alx-rg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alx-rg/string-me-up-scotty/issues"
  },
  "homepage": "https://github.com/alx-rg/string-me-up-scotty#readme",
  "devDependencies": {
    "jest": "^29.0.3",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
