UNPKG

popmotion-pose

Version:

A declarative animation library for HTML and SVG

83 lines (82 loc) 2.45 kB
{ "name": "popmotion-pose", "version": "3.4.11", "description": "A declarative animation library for HTML and SVG", "main": "lib/index.js", "types": "./lib/index.d.ts", "module": "dist/popmotion-pose.es.js", "jsnext:main": "dist/popmotion-pose.es.js", "scripts": { "build": "rollup -c && npm run measure", "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls", "watch": "rollup -c -w", "test": "jest --maxWorkers=2", "measure": "gzip -c dist/popmotion-pose.js | wc -c", "prettier": "prettier ./src/* --write", "prepublishOnly": "npm run test && npm run prettier && npm run build" }, "repository": { "type": "git", "url": "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion-pose" }, "keywords": [ "animation", "dom", "declarative", "popmotion" ], "author": "Matt Perry", "license": "MIT", "presets": [ "env" ], "devDependencies": { "@types/jest": "^23.1.1", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-annotate-pure-calls": "^0.2.2", "jest": "^23.1.0", "jest-cli": "^23.1.0", "prettier": "1.11.1", "rollup": "^0.59.1", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-typescript2": "^0.25.2", "rollup-plugin-uglify": "^3.0.0" }, "dependencies": { "@popmotion/easing": "^1.0.1", "hey-listen": "^1.0.5", "popmotion": "^8.7.1", "pose-core": "^2.1.1", "style-value-types": "^3.0.6", "ts-essentials": "^1.0.3", "tslib": "^1.10.0" }, "unpkg": "./dist/popmotion-pose.js", "prettier": { "parser": "typescript", "singleQuote": true }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js" }, "moduleNameMapper": { "@popmotion/easing": "<rootDir>/../../easing/src", "@popmotion/popcorn": "<rootDir>/../../popcorn/src", "popmotion": "<rootDir>/../../popmotion/src", "pose-core": "<rootDir>/../../pose-core/src", "style-value-types": "<rootDir>/../../style-value-types/src", "stylefire": "<rootDir>/../../stylefire/src", "framesync": "<rootDir>/../../framesync/src" }, "testRegex": "/_tests/.*\\.(ts|js)$", "rootDir": "src" } }