{
  "name": "formit",
  "version": "0.0.2",
  "description": "A speedy way to create HTML forms.",
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.m.js",
  "source": "lib/index.js",
  "scripts": {
    "babel": "babel --plugins=transform-object-rest-spread,transform-flow-strip-types --no-babelrc -d lib --ignore '*.test.js' src",
    "build": "npm run clean && npm run babel && npm run bundle",
    "bundle": "microbundle build --external all",
    "clean": "rm -rf dist",
    "start": "parcel index.html",
    "parcel:build": "parcel build index.html -d public",
    "parcel:clean": "rm -rf public",
    "test": "echo \"Error: no test specified\" && exit 0",
    "surge:cname": "echo 'formit.surge.sh' > public/CNAME",
    "surge:predeploy": "npm run parcel:clean && npm run parcel:build && npm run surge:cname",
    "surge:deploy": "surge ./public",
    "surge": "npm run surge:predeploy && npm run surge:deploy",
    "release": "np --no-yarn --no-publish",
    "version": "npm run build",
    "postversion": "npm publish"
  },
  "keywords": [
    "formit",
    "form",
    "elements",
    "html",
    "fast",
    "generate",
    "js"
  ],
  "author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
  "license": "MIT",
  "devDependencies": {
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "microbundle": "0.4.4",
    "np": "2.20.1",
    "parcel": "1.8.1",
    "surge": "0.20.1"
  }
}
