Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[WIP]mocktest变成待审核,请勿合并
  • Loading branch information
sdk-team committed Aug 1, 2022
commit cb2efc7e50b8b2c57c1c8cce426c81ac788134eb
32 changes: 32 additions & 0 deletions api-workbench-20201120/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "dist/client.js",
"scripts": {
"test": "mocha --reporter spec --timeout 3000 test/*.test.js",
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
"build": "tsc",
"prepublishOnly": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.12.26",
"nyc": "^15.0.0",
"source-map-support": "^0.5.16",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"dependencies": {
"@alicloud/tea-typescript": "^1.7.1",
"@alicloud/tea-util": "^1.4.4",
"@alicloud/openapi-client": "^0.4.1",
"@alicloud/openapi-util": "^0.2.9",
"@alicloud/endpoint-util": "^0.0.1"
},
"files": [
"dist",
"src"
]
}
Loading