UNPKG

@lottiefiles/last-builder

Version:

Composable functions to easily build last structures

76 lines 1.87 kB
{ "name": "@lottiefiles/last-builder", "version": "1.13.0", "type": "module", "description": "Composable functions to easily build last structures", "repository": { "type": "git", "url": "git+https://github.com/LottieFiles/relottie.git", "directory": "packages/last-builder" }, "homepage": "https://github.com/LottieFiles/relottie#readme", "bugs": "https://github.com/LottieFiles/relottie/issues", "author": "LottieFiles", "contributors": [ "Aidos Sabit <https://github.com/Aidosmf>" ], "license": "MIT", "engines": { "node": ">=18" }, "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./*": "./dist/*.js" }, "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "dist/*", "dist/index.d.ts" ] } }, "files": [ "dist" ], "keywords": [ "unified", "relottie", "lottie", "last", "lottie-ast", "ast", "builder", "dotlottie" ], "dependencies": { "unist-builder": "3.0.1", "@lottiefiles/last": "1.13.0" }, "devDependencies": { "@jest/globals": "29.7.0", "@lottie-animation-community/lottie-types": "1.2.0", "@lottiefiles/jest-config": "1.0.0", "@types/jest": "29.5.8", "@types/unist": "2.0.7", "esbuild": "0.25.5", "tsup": "8.3.5", "typescript": "4.7.4" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint --fix .", "stats:eslint": "cross-env TIMING=1 eslint .", "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", "test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest", "test:coverage": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage", "type-check": "tsc --noEmit" } }