forked from stepci/stepci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "stepci",
"version": "2.2.5",
"description": "API Testing and Monitoring made simple",
"main": "index.js",
"bin": {
"stepci": "dist/index.js"
},
"dependencies": {
"@stepci/runner": "^1.2.8",
"chalk": "^4.1.2",
"ci-info": "^3.5.0",
"conf": "^10.2.0",
"exit": "^0.1.2",
"is-docker": "^2.2.1",
"posthog-node": "^2.1.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/exit": "^0.1.31",
"@types/node": "^18.7.18",
"@types/yargs": "^17.0.13",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"scripts": {
"build": "rm -r dist && tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json",
"test": "ts-node ./src/index.ts run examples/status.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepci/stepci.git"
},
"keywords": [
"http",
"testing",
"api"
],
"author": "Mish Ushakov <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/stepci/stepci/issues"
},
"homepage": "https://stepci.com"
}