generated from keploy/template
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 1.07 KB
/
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
36
{
"name": "@keploy/sdk",
"version": "2.0.2",
"description": "This is the client SDK for the [Keploy](https://github.com/keploy/keploy) testing platform. With the TypeScript SDK, you can test both your existing unit test cases in Jest and create new end-to-end test cases for your applications.",
"main": "dist/keployCli.js",
"types": "dist/keployCli.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keploy/typescript-sdk.git"
},
"author": "Keploy <dev@keploy.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/keploy/keploy/issues"
},
"homepage": "https://github.com/keploy/typescript-sdk#readme",
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.16",
"axios": "^1.6.7",
"cors": "^2.8.5",
"lodash": "^4.17.21",
"require-in-the-middle": "^7.3.0",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.17"
}
}