-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 926 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@toolsetlink/upgradelink-api-typescript",
"version": "2.4.1",
"description": "upgradelink-api-typescript",
"private": false,
"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",
"test1": "npx ts-node test/client.test.ts"
},
"author": "www.toolsetlink.com",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.12.26",
"jest": "^29.7.0",
"nyc": "^15.0.0",
"source-map-support": "^0.5.16",
"ts-node": "^8.6.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@alicloud/tea-typescript": "^1.7.1",
"@alicloud/tea-util": "^1.4.9",
"@toolsetlink/darabonba-base-typescript": "^1.0.0",
"@toolsetlink/upgradelink-api-typescript": "^2.4.1"
},
"files": [
"dist",
"src"
]
}