{
  "name": "flip-toolkit",
  "version": "7.2.6",
  "description": "Configurable FLIP animation helpers",
  "license": "MIT",
  "src": "src/index.ts",
  "main": "lib/index.js",
  "umd:main": "lib/index.umd.js",
  "module": "lib/index.es.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/aholachek/react-flip-toolkit"
  },
  "bugs": "https://github.com/aholachek/react-flip-toolkit/issues",
  "author": "Alex Holachek",
  "keywords": [
    "FLIP",
    "transition",
    "animation"
  ],
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "microbundle --name=FlipToolkit --define process.env.NODE_ENV=production --globals rematrix=Rematrix",
    "build:debug": "microbundle --name=FlipToolkit --no-compress",
    "lint": "echo \"noop\"",
    "test": "echo \"noop\"",
    "test:dom": "parcel mocha/testrunner.html",
    "start": "parcel test/index.html",
    "prepare": "npm run build",
    "format": "npx prettier --write 'src/**/*.{ts,tsx}'",
    "fix": "eslint src/**/*.ts --fix",
    "format-and-fix": "npm-run-all format fix"
  },
  "dependencies": {
    "rematrix": "0.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "chai": "^4.4.1",
    "microbundle": "^0.15.1",
    "mocha": "^8.4.0",
    "parcel": "^1.12.4",
    "prettier": "2.8.8"
  },
  "files": [
    "lib"
  ]
}
