{
  "name": "stylefire",
  "version": "7.0.3",
  "description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "dist/stylefire.es.js",
  "jsnext:main": "dist/stylefire.es.js",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "watch": "rollup -c -w",
    "lint": "tslint 'src/**/*.{ts,tsx}' -e '**/_tests/**'",
    "measure": "gzip -c dist/stylefire.min.js | wc -c",
    "prettier": "prettier ./src/* --write",
    "test": "jest --maxWorkers=2",
    "prepublishOnly": "yarn prettier && yarn lint && yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/popmotion.git"
  },
  "keywords": [
    "css",
    "svg",
    "svg",
    "path",
    "scroll",
    "animation"
  ],
  "author": "Matt Perry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "homepage": "https://github.com/Popmotion/popmotion#readme",
  "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",
    "jest-dom": "^3.0.0",
    "typescript": "^2.9.2",
    "uglify-js": "^3.3.25",
    "webpack": "^3.0.0"
  },
  "dependencies": {
    "@popmotion/popcorn": "^0.4.4",
    "framesync": "^4.0.0",
    "hey-listen": "^1.0.8",
    "style-value-types": "^3.1.7",
    "tslib": "^1.10.0"
  },
  "unpkg": "./dist/stylefire.min.js",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "moduleNameMapper": {
      "style-value-types": "<rootDir>/../../style-value-types/src",
      "framesync": "<rootDir>/../../framesync/src"
    },
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  }
}
