{
  "name": "react-animate-components-ts",
  "version": "1.0.9",
  "description": "React Animation components library",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:ts": "tsc",
    "build:css": "cpx \"src/**/*.css\" dist/",
    "build": "npm run build:ts"
  },
  "keywords": [
    "react-animation",
    "animate-components",
    "animation",
    "motion",
    "motion-components",
    "framer"
  ],
  "author": "Pratham Shinde",
  "license": "ISC",
  "devDependencies": {
    "@types/react": "^18.2.66",
    "@types/typescript": "^2.0.0",
    "cpx": "^1.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "framer-motion": "^11.0.13"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SoloProgrammer/npm-package-react-animate-components"
  }
}
