animatable-js
Version:
This package allows easy and light implementation of linear or curved animation in javascript. (Especially suitable in a development environment on web components or canvas.)
53 lines (52 loc) • 1.64 kB
JSON
{
"name": "animatable-js",
"version": "1.3.0",
"description": "This package allows easy and light implementation of linear or curved animation in javascript.\r (Especially suitable in a development environment on web components or canvas.)",
"author": "Dev Ttangkong (https://github.com/MTtankkeo)",
"homepage": "https://github.com/MTtankkeo/animatable_js",
"license": "MIT",
"bugs": {
"url": "https://github.com/MTtankkeo/animatable_js/issues",
"email": "r.ttankkeo112@gmail.com"
},
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "concurrently --kill-others --hide 0 \"npm run test:serve\" \"wait-on http://localhost:3000 && npm run test:found\"",
"test:found": "playwright install && playwright test",
"test:debug": "playwright install && playwright test --ui",
"test:serve": "serve test/web/index.html"
},
"keywords": [
"animation",
"curved animation",
"canvas",
"canvas animation",
"js",
"js animation",
"animatable",
"cubic",
"curve",
"colortween",
"ticker",
"front-end",
"client-side",
"lightweight"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"concurrently": "^8.2.2",
"parallelshell": "^3.0.2",
"playwright": "^1.45.3",
"rollup": "^4.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"serve": "^14.2.3",
"terser": "^5.29.2",
"typescript": "^5.4.2",
"wait-on": "^7.2.0"
}
}