-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 900 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
36
37
38
39
40
41
{
"name": "singijeon",
"version": "1.3.0",
"description": "Easy, Simple, Fast Load Testing Tool",
"keywords": [
"load testing",
"stress testing",
"performance",
"blackbox testing"
],
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kimjunseoo/singijeon.git"
},
"author": {
"name": "Junseo Kim",
"email": "zz0905k@naver.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/kimjunseoo/singijeon/issues",
"email": "zz0905k@naver.com"
},
"scripts": {
"singijeon": "node ./index"
},
"main": "index.js",
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"inquirer": "^10.1.7",
"inquirer-file-selector": "^0.3.1",
"progress": "^2.0.3"
},
"bin": {
"singijeon": "./index.js"
},
"type": "module",
"preferGlobal": true,
"homepage": "https://singijeon.com/"
}