{
  "name": "@awootaiwan/cupid-sdk-js",
  "version": "1.1.4",
  "description": "javascript sdk for awoo nununi api",
  "main": "production/cupid-sdk-latest.min.js",
  "scripts": {
    "start": "parcel src/index.html --port 3000",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:app": "parcel build src/app.js --out-dir production --out-file cupid-sdk-latest.min.js --no-source-maps",
    "demo:style": "parcel build demo/css/header.scss --no-source-maps --out-dir demo/css"
  },
  "homepage": "https://awoo.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/awootaiwan/cupid-sdk-js.git"
  },
  "bugs": {
    "url": "https://github.com/awootaiwan/cupid-sdk-js/issues"
  },
  "author": "awoo",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.18.0",
    "querystring": "^0.2.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router-dom": "^5.0.0",
    "styled-components": "^4.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-async-to-generator": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "autoprefixer": "^9.6.1",
    "babel-loader": "^8.0.6",
    "parcel-bundler": "^1.12.3",
    "sass": "^1.22.10"
  }
}
