{
  "name": "@whee/js-motion",
  "version": "2.0.0",
  "description": "motion for mobile",
  "files": [
    "dist",
    "es",
    "types"
  ],
  "main": "dist/index.js",
  "module": "es/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "clean": "rimraf dist && rimraf es && rimraf types",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "lint:ts": "eslint --f codeframe {src,test}/** karma.conf.ts",
    "test": "karma start --single-run --browsers ChromeHeadless",
    "build": "npm run clean && rollup -c && tsc",
    "pub": "sh scripts/release.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mirages/whee.git",
    "directory": "libs/motion"
  },
  "bugs": {
    "url": "https://github.com/mirages/whee/issues"
  },
  "homepage": "https://github.com/mirages/whee/tree/main/libs/motion#readme",
  "keywords": [
    "mobile",
    "motion",
    "scale",
    "rotate",
    "guesture"
  ],
  "author": "mirages",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {}
}
