We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe4dd3 commit 010d103Copy full SHA for 010d103
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jaredwray/mockhttp",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Mock Http - Easy way to mock http with httpbin replacement",
5
"type": "module",
6
"main": "dist/index.js",
@@ -31,7 +31,18 @@
31
"mock",
32
"http",
33
"httpbin",
34
- "test"
+ "testing",
35
+ "api",
36
+ "fastify",
37
+ "docker",
38
+ "typescript",
39
+ "rest",
40
+ "mock-server",
41
+ "api-testing",
42
+ "development",
43
+ "http-testing",
44
+ "httpbin-alternative",
45
+ "endpoints"
46
],
47
"author": "Jared Wray <me@jaredwray.com>",
48
"license": "MIT",
0 commit comments