{
  "name": "@smoothnlp/smoothnlp-api",
  "version": "1.1.1",
  "description": "SmoothNLP data sharing SDK.",
  "main": "src/app.js",
  "scripts": {
    "test": "echo 'no test'",
    "build": "webpack",
    "lint": "eslint --ignore-path .eslintignore .",
    "deploy": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smoothnlp/smoothnlp-api-js.git"
  },
  "keywords": [
    "SmoothNLP",
    "data",
    "nlp",
    "natural",
    "language",
    "processing",
    "数据",
    "公共数据",
    "工商",
    "投资",
    "新闻"
  ],
  "author": "SmoothNLP",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/smoothnlp/smoothnlp-api-js/issues"
  },
  "homepage": "https://github.com/smoothnlp/smoothnlp-api-js#readme",
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^6.3.0",
    "eslint-config-google": "^0.14.0",
    "path": "^0.12.7",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.8"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "^5.1.0"
  }
}
