tencentcloud-edgeone-migration-nodejs-v2
Version:
tencentcloud cdn config copy to edgeone
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "tencentcloud-edgeone-migration-nodejs-v2",
"version": "0.0.21",
"description": "tencentcloud cdn config copy to edgeone",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"task": "node task.js",
"scdnTask": "node scdnTask.js",
"checkTask": "node check.js",
"accessTask": "node access.js"
},
"keywords": [
"cdn",
"edgeone",
"eo",
"tencent",
"tencent cloud"
],
"author": "barryycli",
"license": "ISC",
"engines": {
"node": ">= 6"
},
"dependencies": {
"chalk": "^4.1.0",
"hash-string": "^1.0.0",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"objects-to-csv": "^1.3.6",
"tencentcloud-sdk-nodejs": "^4.0.714",
"agentkeepalive": "^4.1.4",
"@grpc/grpc-js": "^1.5.1",
"@grpc/proto-loader": "^0.6.6",
"@types/hashring": "^3.2.1",
"axios": "^0.25.0",
"debug": "^4.3.1",
"hashring": "^3.2.0",
"protobufjs": "^6.11.2",
"semver": "^7.3.5",
"uuid": "^8.3.2"
}
}