{
  "name": "@serverless-cd/srm-aliyun-pop-core",
  "version": "0.0.7-beta.16",
  "description": "",
  "main": "dist/index.js",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alicloud/fc2": "^2.6.3",
    "@alicloud/pop-core": "^1.7.12",
    "@serverless-cd/srm-aliyun-common": "^0.0.2",
    "axios": "^1.7.7",
    "lodash": "^4.17.21",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.191",
    "@types/node": "~18.11.18",
    "@types/uuid": "^10.0.0",
    "ts-node": "~10.9.1"
  },
  "peerDependencies": {
    "@serverless-cd/srm-aliyun-common": "^0.0.2"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest"
  }
}