UNPKG

suryajs-animfx

Version:

SuryaJS - A powerful JavaScript animation library with 20+ image, text, and advanced 3D effects

56 lines (55 loc) 1.31 kB
{ "name": "suryajs-animfx", "version": "1.0.0", "description": "SuryaJS - A powerful JavaScript animation library with 20+ image, text, and advanced 3D effects", "main": "dist/animfx.min.js", "module": "src/index.js", "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development --watch", "test": "node test/test.js", "prepublishOnly": "npm run build" }, "keywords": [ "suryajs", "animation", "effects", "javascript", "css", "transitions", "image-effects", "text-effects", "ui-animations", "3d-effects", "mouse-effects", "gsap-alternative", "web-animations", "advanced-effects", "animfx" ], "author": "SuryaJS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/animfx-js.git" }, "bugs": { "url": "https://github.com/yourusername/animfx-js/issues" }, "homepage": "https://github.com/yourusername/animfx-js#readme", "devDependencies": { "webpack": "^5.88.0", "webpack-cli": "^5.1.0", "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "babel-loader": "^9.1.0", "css-loader": "^6.8.0", "style-loader": "^3.3.0" }, "files": [ "dist/", "src/", "README.md", "LICENSE" ] }