{
  "name": "@convertkit/file-kit",
  "version": "0.1.31",
  "description": "A library for interacting with FileKit",
  "main": "src/index.js",
  "module": "es/index.js",
  "scripts": {
    "test": "jest",
    "build": "rollup src/index.js --config rollup.config.js"
  },
  "files": [
    "es",
    "src",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ConvertKit/filekit.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ConvertKit/filekit/issues"
  },
  "homepage": "https://github.com/ConvertKit/filekit#readme",
  "dependencies": {
    "activestorage": "^5.2.1",
    "js-cookie": "^3.0.7"
  },
  "devDependencies": {
    "@babel/core": "*",
    "@babel/preset-env": "*",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "*",
    "jest": "^23.6.0",
    "rollup": "^0.66.6",
    "rollup-plugin-async": "^1.2.0",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-regenerator": "^0.6.0"
  }
}
