# CheatSheet: alvarotrigo/fullpage.js (Synthetic Code Fallback) > [!NOTE] > No standard markdown documentation files were found in this repository. This CheatSheet was dynamically synthesized from source-code entrypoints. --- FILE: package.json --- ``` { "name": "fullpage.js", "version": "4.0.41", "description": "Create beautiful fullscreen snap scrolling websites", "main": "dist/fullpage.js", "types": "types/index.d.ts", "scripts": { "build": "gulp getDistFiles && gulp update-version && gulp css && rollup -c", "extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions && gulp moveExtensionsSRC && wait", "limited": "rollup --config rollup.limited.config.js && gulp update-version && gulp css-lite && gulp moveLite && wait", "dev": "rollup -c --watch", "test": "jest", "devtest": "jest --watch" }, "repository": { "type": "git", "url": "git@github.com:alvarotrigo/fullPage.js.git" }, "keywords": [ "jquery", "javacript", "scrolling", "single_page", "onepage", "fullpage", "fullpagejs", "one_page", "sliding", "snap", "scroll", "swipe", "mousewheel", "wheel", "mouse", "sections", "slides", "slideshow" ], "files": [ "vendors", "dist/fullpage.css", "dist/fullpage.min.css", "dist/fullpage.min.css.map", "dist/fullpage.extensions.min.js", "dist/fullpage.min.js", "dist/fullpage.js", "LICENSE", "package.json", "README.md" ], "authors": [ "Alvaro Trigo https://github.com/alvarotrigo" ], "license": "GPL-3.0", "bugs": { "url": "https://github.com/alvarotrigo/fullPage.js/issues" }, "homepage": "https://alv ``` --- METRICS --- - Source Type: Synthetic Code Fallback - Files Extracted: 1 - Estimated Token Budget: ~441 tokens