forked from loadster/loadster-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 801 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
{
"name": "loadster-cli",
"version": "1.3.0",
"description": "Loadster Command Line Utility",
"main": "./js/main.js",
"bin": "./js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "pkg package.json --targets node10-macos-x64,node10-windows-x64,node10-linux-x64 --out-path build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loadster/loadster-cli.git"
},
"keywords": [
"loadster",
"load",
"testing"
],
"author": "Andy Hawkes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/loadster/loadster-cli/issues"
},
"homepage": "https://github.com/loadster/loadster-cli#readme",
"dependencies": {
"axios": "^0.18.1",
"command-line-args": "^5.0.2"
}
}