{
  "name": "taylor-swift-lyrics",
  "version": "1.0.16",
  "types": "./types/entrypoint.d.ts",
  "description": "Provides a react component of Taylor Swift's song's lyrics",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src/index.js src/Lyrics.js src/songs.js -d lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gelianthus/taylor-swift-lyrics.git"
  },
  "keywords": [
    "taylor-swift-lyrics",
    "taylor-swift",
    "fearless",
    "speak now",
    "red",
    "1989",
    "reputation",
    "lover",
    "folklore",
    "evermore",
    "midnights"
  ],
  "author": "Gelianthus",
  "license": "ISC",
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^3.4.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.8",
    "@babel/preset-react": "^7.23.3",
    "babel-loader": "^9.1.3"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
