File tree Expand file tree Collapse file tree 3 files changed +698
-0
lines changed Expand file tree Collapse file tree 3 files changed +698
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments