UNPKG

move.gl

Version:

Motion and Animation Library for Stylescape.

93 lines (92 loc) 2.42 kB
{ "name": "move.gl", "description": "Motion and Animation Library for Stylescape.", "version": "0.0.2", "config": { "version_short": "0.0" }, "keywords": [ "move.gl", "stylescape", "animation", "motion", "sass", "css", "transitions", "keyframes" ], "homepage": "https://www.move.gl/", "author": "Lars van Vianen <lars@vianen.com> (https://www.vianen.com)", "contributors": [ "Scape Agency <info@scape.agency>" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/stylescape/move.gl.git" }, "bugs": { "url": "https://github.com/stylescape/move.gl/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/scape-foundation" } ], "type": "module", "main": "./dist/js/index.cjs", "module": "./dist/js/index.mjs", "types": "./dist/js/index.d.ts", "sass": "src/scss/index.scss", "style": "dist/css/move.gl.css", "scripts": { "build": "npx kist --config ./kist.yml && npm run build:ts", "build:ts": "tsup", "watch": "npx kist --config ./kist.yml --live", "dev": "vite" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "hue.gl": "^0.0.36", "unit.gl": "^0.3.1" }, "devDependencies": { "@getkist/action-nunjucks": "^2.0.9", "@getkist/action-sass": "^1.0.4", "@types/node": "^25.2.0", "kist": "^0.1.60", "micromatch": "^4.0.8", "nunjucks": "^3.2.4", "sass": "^1.97.3", "serve-static": "^2.2.1", "ts-node": "^10.9.2", "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^7.3.1" }, "files": [ "src/**", "dist/**" ], "exports": { ".": { "sass": "./src/scss/index.scss", "types": "./dist/js/index.d.ts", "import": "./dist/js/index.mjs", "require": "./dist/js/index.cjs" }, "./scss": "./dist/scss/index.scss", "./css/move.gl.css": "./dist/css/move.gl.css", "./css/move.gl.min.css": "./dist/css/move.gl.min.css" }, "typesVersions": { "*": { "*": [ "./ts/index.d.ts" ] } } }