{
  "name": "@serverless-devs/credential",
  "version": "0.0.10",
  "description": "credential for serverless-devs",
  "main": "lib/index.js",
  "author": "wss-git",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Serverless-Devs/toolkit"
  },
  "dependencies": {
    "@alicloud/pop-core": "^1.7.13",
    "crypto-js": "^4.2.0",
    "fs-extra": "^11.1.0",
    "inquirer": "^8.2.4",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "@serverless-devs/acc": "^1.1.4-beta.2",
    "@serverless-devs/utils": "^0.0.18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf lib node_modules",
    "build": "tsc",
    "watch": "tsc -w",
    "pub": "pnpm publish --no-git-checks"
  }
}