{
  "name": "corny",
  "version": "0.0.2",
  "description": "",
  "source": "src/index.js",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "unpkg": "dist/index.umd.js",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "TBA",
    "corny"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "microbundle": "^0.11.0"
  }
}
