UNPKG

@lottiefiles/relottie

Version:

unified processor with support for parsing Lottie input and serializing Lottie as output

87 lines 2.22 kB
{ "name": "@lottiefiles/relottie", "version": "1.15.0", "type": "module", "description": "unified processor with support for parsing Lottie input and serializing Lottie as output", "repository": { "type": "git", "url": "git+https://github.com/LottieFiles/relottie.git", "directory": "packages/relottie" }, "homepage": "https://github.com/LottieFiles/relottie/packages/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", "./package.json": "./package.json" }, "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "dist/*", "dist/index.d.ts" ] } }, "files": [ "dist" ], "keywords": [ "unified", "unist", "relottie", "relottie-plugin", "plugin", "lottie", "last", "lottie-ast", "abstract", "syntax", "tree", "ast" ], "dependencies": { "unified": "10.1.2", "@lottiefiles/last": "1.15.0", "@lottiefiles/relottie-parse": "1.15.0", "@lottiefiles/relottie-stringify": "1.15.0" }, "devDependencies": { "@jest/globals": "29.7.0", "@lottiefiles/jest-config": "1.0.0", "@types/jest": "29.5.8", "@types/jest-specific-snapshot": "0.5.6", "@types/node": "18.18.9", "@types/unist": "2.0.7", "esbuild": "0.25.7", "jest-specific-snapshot": "5.0.0", "ts-node": "10.9.1", "tsup": "8.3.5", "typescript": "4.7.4", "vfile-reporter": "7.0.5" }, "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" } }