22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"name": "game-upload-function",
|
|
"version": "1.0.0",
|
|
"description": "Game record upload STS token generator",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@alicloud/pop-core": "^1.8.0",
|
|
"tablestore": "^5.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"check": "node -c index.js && node check-upload-contract.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs"
|
|
}
|