@lottiefiles/last
Version:
Type definitions for Lottie Abstract Syntax Tree (LAST)
68 lines • 1.51 kB
JSON
{
"name": "@lottiefiles/last",
"version": "1.13.0",
"type": "module",
"description": "Type definitions for Lottie Abstract Syntax Tree (LAST)",
"repository": {
"type": "git",
"url": "git+https://github.com/LottieFiles/relottie.git",
"directory": "packages/last"
},
"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",
"dotlottie",
"last",
"lottie-ast",
"javascript",
"typescript",
"ast"
],
"devDependencies": {
"@lottie-animation-community/lottie-types": "1.2.0",
"@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",
"type-check": "tsc --noEmit"
}
}