my-animation-lib
Version:
A powerful animation library combining Three.js, GSAP, custom scroll triggers, and advanced effects with MathUtils integration
65 lines (64 loc) • 1.62 kB
JSON
{
"name": "my-animation-lib",
"version": "2.0.2",
"description": "A powerful animation library combining Three.js, GSAP, custom scroll triggers, and advanced effects with MathUtils integration",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"examples"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"No tests specified\"",
"docs": "echo \"Documentation available in docs/\"",
"prepublishOnly": "npm run build",
"preview": "npm run build && npx serve dist",
"clean": "rimraf dist",
"prebuild": "npm run clean"
},
"keywords": [
"animation",
"threejs",
"gsap",
"scroll",
"parallax",
"effects",
"webgl",
"canvas",
"math-utils",
"easing",
"particles",
"spring-animation"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"gsap": ">=3.10.0",
"my-animation-lib": "^2.0.1",
"three": ">=0.150.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.4",
"rimraf": "^5.0.5",
"rollup": "^3.29.4"
},
"peerDependencies": {
"gsap": ">=3.10.0",
"three": ">=0.150.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/my-animation-lib.git"
},
"bugs": {
"url": "https://github.com/yourusername/my-animation-lib/issues"
},
"homepage": "https://github.com/yourusername/my-animation-lib#readme"
}