{
  "name": "@next-sdk/user-service-sdk",
  "version": "2.5.0",
  "description": "SDK for User Service",
  "homepage": "https://github.com/easyops-cn/next-providers/tree/master/sdk/user-service-sdk",
  "license": "GPL-3.0",
  "main": "dist/index.bundle.js",
  "module": "dist/index.esm.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist",
    "deploy"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "prestart": "npm run clean",
    "start": "concurrently -k -n tsc,build \"npm run start:types\" \"npm run start:rollup\"",
    "start:rollup": "cross-env NODE_ENV='development' rollup --watch --config rollup.config.js",
    "start:types": "tsc --watch --emitDeclarationOnly --declaration --declarationDir dist/types",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:rollup",
    "build:rollup": "cross-env NODE_ENV='production' rollup --config rollup.config.js",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "test": "cross-env NODE_ENV='test' jest",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@next-core/brick-http": "*"
  },
  "gitHead": "20cb78558732d59d44c5a3907ba4f82c1444182f"
}
