{
  "name": "parallax-react-js",
  "version": "1.0.14",
  "description": "A libary for managing scroll speed of different components in react.",
  "scripts": {
    "copy-files": "copyfiles -u 1 src/**/*.css build/",
    "build": "tsc && npm run copy-files"
  },
  "keywords": [
    "parallax",
    "react",
    "react-js",
    "ui",
    "scroll",
    "customscroll"
  ],
  "author": "juliuswaldmann",
  "license": "MIT",
  "devDependencies": {
    "@types/react": ">=17.0.0",
    "@types/react-dom": ">=17.0.0",
    "copyfiles": "^2.4.1",
    "typescript": ">=4.2.0",
    "typescript-plugin-css-modules": "^3.2.0"
  },
  "dependencies": {
    "react": ">=17.0.2"
  },
  "files": [
    "build/*"
  ],
  "module": "./build/index.js",
  "main": "./build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/juliuswaldmann/parallax-react.git"
  }
}
