{
  "name": "express-browser-form",
  "version": "1.0.7",
  "description": "An easy way to create forms in express",
  "main": "dist/index.js",
  "dependencies": {
    "@types/express": "^4.17.11",
    "copyfiles": "^2.4.1",
    "express": "^4.17.1",
    "express-handlebars": "^5.2.0",
    "tsc": "^1.20150623.0",
    "tslint": "^6.0.0",
    "typescript": "^3.8.2",
    "@types/express-handlebars": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ymichels/express-broswer-form.git"
  },
  "keywords": [
    "form",
    "express",
    "quiz",
    "api"
  ],
  "type": "module",
  "author": "Yehuda Michelson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ymichels/express-broswer-form/issues"
  },
  "homepage": "https://github.com/ymichels/express-broswer-form#readme",
  "scripts": {
    "build": "npm run clean && tsc && npm run copy-files",
    "clean": "rm -r dist",
    "copy-files": "copyfiles -u 1 src/**/*.* dist"
  }
}
