{
  "name": "cotter",
  "version": "0.3.35",
  "description": "Cotter web SDK for JavaScript",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist lib lib-esm",
    "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack"
  },
  "repository": {
    "type": "git",
    "url": "github.com/cotterapp/cotter-js"
  },
  "keywords": [
    "login",
    "authentication",
    "signup",
    "form",
    "register",
    "email",
    "verification",
    "phone"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "rimraf": "^3.0.2",
    "ts-loader": "^9.1.1",
    "typescript": "^4.2.4",
    "webpack": "^5.36.2",
    "webpack-cli": "^4.6.0"
  },
  "files": [
    "lib/**/*",
    "lib-esm",
    "dist"
  ],
  "dependencies": {
    "axios": "^0.21.1",
    "cotter-token-js": "^0.1.11",
    "detect-node": "^2.0.5"
  }
}
