mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-29 03:11:42 +00:00

- introduce a `lit`(https://lit.dev) - lit is most popular web component builder - with lit, we can build high-performance WP with less code
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "@thorvg/lottie-player",
|
|
"version": "1.0.0-beta.0",
|
|
"description": "A web lottie player using ThorVG as a renderer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint ./src --ext .ts,.tsx,.js",
|
|
"lint:fix": "eslint ./src --ext .ts,.tsx,.js --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thorvg/thorvg.git"
|
|
},
|
|
"author": "Jinny You <jinny@lottiefiles.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/thorvg/thorvg/issues"
|
|
},
|
|
"homepage": "https://thorvg.org",
|
|
"keywords": [
|
|
"lottie",
|
|
"animation",
|
|
"thorvg",
|
|
"tvg"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-wc": "^2.0.4",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^3.1.0"
|
|
}
|
|
}
|