-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 938 Bytes
/
package.json
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
{
"name": "cloudtower-node-sdk",
"version": "2.18.0",
"description": "cloudtower operation api",
"main": "lib/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "tsc -b .",
"typings": "tsc -d --emitDeclarationOnly --declarationDir typings",
"prepublish": "yarn build && yarn typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartxwork/cloudtower-node-sdk.git"
},
"files": ["lib", "typings"],
"keywords": ["swagger", "codegen", "cloudtower", "typescript", "nodejs"],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartxworks/cloudtower-node-sdk/issues"
},
"homepage": "https://github.com/smartxworks/cloudtower-node-sdk",
"dependencies": {
"@koa/multer": "^3.0.0",
"axios": "^0.27.2",
"multer": "^1.4.4-lts.1",
"spdx-license-ids": "^3.0.10"
},
"devDependencies": {
"typescript": "^4.4.2"
}
}