-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 919 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
34
35
{
"name": "@katalon/testops-api",
"version": "1.0.1",
"description": "OpenAPI client for TestOps",
"author": "Katalon, LLC. (https://www.katalon.com)",
"repository": {
"type": "git",
"url": "https://github.com/katalon-studio/testops-api-js.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"testops-api"
],
"license": "SEE LICENSE IN https://github.com/katalon-studio/utils/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/katalon-studio/testops-api-js/issues"
},
"homepage": "https://github.com/katalon-studio/testops-api-js",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
}
}