cos-js-sdk-v5
Version:
JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)
21 lines (20 loc) • 416 B
JSON
{
"name": "cos-js-sdk-nextjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cos-js-sdk-v5": "^1.5.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}