Skip to content

Commit 0c0c798

Browse files
committed
Generated ts 2018-01-15 for ImageSearch.
1 parent f77c96d commit 0c0c798

File tree

3 files changed

+698
-0
lines changed

3 files changed

+698
-0
lines changed

imagesearch-20180115/package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "@alicloud/imagesearch20180115-test",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "dist/client.js",
6+
"scripts": {
7+
"test": "mocha --reporter spec --timeout 3000 test/*.test.js",
8+
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
9+
"build": "tsc",
10+
"prepublishOnly": "tsc"
11+
},
12+
"author": "Alibaba Cloud SDK",
13+
"license": "Apache-2.0",
14+
"devDependencies": {
15+
"@types/node": "^12.12.26",
16+
"nyc": "^15.0.0",
17+
"source-map-support": "^0.5.16",
18+
"ts-node": "^8.6.2",
19+
"typescript": "^3.7.5"
20+
},
21+
"dependencies": {
22+
"@alicloud/tea-typescript": "latest",
23+
"@alicloud/tea-util": "^1.1.0",
24+
"@alicloud/roa-client": "^1.0.0",
25+
"@alicloud/endpoint-util": "^0.0.1"
26+
},
27+
"files": [
28+
"dist",
29+
"src"
30+
]
31+
}

0 commit comments

Comments
 (0)