UNPKG

actuate

Version:

Actuate is a flexible, fast "tween" library for animations

59 lines (58 loc) 1.8 kB
{ "name": "actuate", "version": "1.9.0", "description": "Actuate is a flexible, fast \"tween\" library for animations", "keywords": [ "tween", "animation", "openfl" ], "homepage": "https://github.com/openfl/actuate", "bugs": { "url": "https://github.com/openfl/actuate/issues" }, "license": "MIT", "contributors": [ "Joshua Granick", "Other OpenFL contributors" ], "types": "lib/motion/index.d.ts", "main": "dist/actuate.min.js", "module": "lib-esm/motion/index.js", "sideEffects": ["lib-esm/motion/index.js"], "files": [ "dist", "lib", "scripts", "src" ], "repository": { "type": "git", "url": "https://github.com/openfl/actuate.git" }, "scripts": { "build": "npm run build-lib && npm run build-lib-esm && npm run build-dist && npm run build-swc", "build-dist": "webpack --config webpack.dev.js && webpack --config webpack.prod.js", "build-lib": "cd scripts && haxe build.hxml", "build-lib-esm": "cd scripts && node generate-es2015 gen", "build-lib-esm-reexports-barrels": "cd scripts && node generate-es2015 non-gen", "build-swc": "compc -load-config=node_modules/@apache-royale/royale-js/royale-asjs/frameworks/js-config.xml -keep-as3-metadata=JSModule -include-sources=lib -compiler.targets=SWF -output=dist/actuate.swc", "prepublishOnly": "npm run build" }, "devDependencies": { "@apache-royale/royale-js": "^0.9.11", "brotli-webpack-plugin": "^1.1.0", "compression-webpack-plugin": "^10.0.0", "globby": "^11.1.0", "haxe": "^5.2.1", "hxgenjs": "kevinresol/hxgenjs", "openfl": "^8.9.6", "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-merge": "^5.9.0" }, "haxeDependencies": { "haxe": "3.4.7" }, "dependencies": {} }