{
  "name": "calc-animate-val",
  "version": "1.1.0",
  "description": "根据总时长、当前时间、缓动函数来计算动画元素每次执行时所在的位置。",
  "main": "dist/index.js",
  "typings": "types/index.d.ts",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "release": "npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lei4519/calcAnimateVal.git"
  },
  "keywords": [
    "动画",
    "easing",
    "animate"
  ],
  "author": "Lay4519",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lei4519/calcAnimateVal/issues"
  },
  "homepage": "https://github.com/lei4519/calcAnimateVal#readme",
  "devDependencies": {
    "rollup-plugin-typescript2": "^0.27.0",
    "typescript": "^3.8.3"
  }
}
