{
  "name": "card3d",
  "version": "2.6.5",
  "description": "Create 3d card effect for your website with only attributes",
  "main": "./dist/card3d.js",
  "types": "./dist/card3d.d.ts",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "tsconfig.json",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoannchb-pro/card3d.git"
  },
  "keywords": [
    "card",
    "tilt",
    "3d",
    "mouse",
    "js"
  ],
  "author": "yoannchb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yoannchb-pro/card3d/issues"
  },
  "homepage": "https://github.com/yoannchb-pro/card3d#readme",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.3",
    "@types/node": "^18.7.5",
    "rollup-plugin-ts": "^3.0.2",
    "typescript": "^4.7.4"
  }
}
