-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "waspswithbazookas",
"version": "1.3.0",
"description": "Its like bees with machine guns but way more power",
"main": "./hive/hive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "./node_modules/.bin/auto-changelog --template changelog-template.hbs -p && git add -f CHANGELOG.md && git add -f --all",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phara0h/WaspsWithBazookas.git"
},
"keywords": [
"loadtest",
"aws",
"bees",
"with",
"machineguns"
],
"author": "Jt Whissel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Phara0h/WaspsWithBazookas/issues"
},
"homepage": "https://github.com/Phara0h/WaspsWithBazookas#readme",
"bin": {
"wwb-cli": "./cli/wwb-cli.js",
"wwb-hive": "./hive/hive.js",
"wwb-wasp": "./wasp/wasp.js"
},
"dependencies": {
"commander": "^2.20.0",
"convert-units": "^2.3.4",
"fastify": "^2.4.1",
"fastify-static": "^4.2.4",
"request": "^2.88.0"
},
"devDependencies": {
"auto-changelog": "^1.16.1"
}
}