{
    "name": "@douyinfe/semi-animation",
    "version": "2.92.2",
    "description": "animation base library for semi-ui",
    "keywords": [
        "animation",
        "semi"
    ],
    "homepage": "",
    "license": "MIT",
    "main": "lib/cjs/index.js",
    "module": "lib/es/index.js",
    "typings": "lib/es/index.d.ts",
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "lib",
        "docs",
        "README.md"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/DouyinFE/semi-design"
    },
    "scripts": {
        "test": "echo \"Error: run tests from root\" && exit 1",
        "build:lib": "node scripts/compileLib",
        "prepublishOnly": "npm run build:lib"
    },
    "dependencies": {
        "bezier-easing": "^2.1.0"
    },
    "devDependencies": {
        "@babel/plugin-transform-runtime": "^7.15.8",
        "@babel/preset-env": "^7.15.8",
        "del": "^6.0.0",
        "gulp": "^4.0.2",
        "gulp-babel": "^8.0.0",
        "gulp-typescript": "^6.0.0-alpha.1",
        "merge2": "^1.4.1",
        "react-storybook-addon-props-combinations": "^1.1.0"
    },
    "gitHead": "5b350f6e4d41c36afb262f5b835c3223cfbb9233"
}
