Skip to content

Commit b74cec7

Browse files
committed
Release of init version.
1 parent f0ff272 commit b74cec7

File tree

3 files changed

+2243
-0
lines changed

3 files changed

+2243
-0
lines changed

pai-dsw-20220101/package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "@alicloud/pai-dsw20220101",
3+
"version": "0.0.1",
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": "^1.7.1",
23+
"@alicloud/tea-util": "^1.4.0",
24+
"@alicloud/openapi-client": "^0.4.1",
25+
"@alicloud/openapi-util": "^0.2.7",
26+
"@alicloud/endpoint-util": "^0.0.1"
27+
},
28+
"files": [
29+
"dist",
30+
"src"
31+
]
32+
}

0 commit comments

Comments
 (0)