apimock-rs
Version:
A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust.
42 lines (41 loc) • 923 B
JSON
{
"name": "apimock-rs",
"version": "4.5.0",
"description": "A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust.",
"author": "nabbisen<nabbisen@scqr.net>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apimokka/apimock-rs.git"
},
"homepage": "https://apimokka.github.io/apimock-rs/",
"bin": {
"apimock": "./index.js"
},
"files": [
"postinstall.js"
],
"scripts": {
"postinstall": "node postinstall.js"
},
"optionalDependencies": {
"@apimock-rs/bin-linux-x64-gnu": "4.5.0",
"@apimock-rs/bin-darwin-arm64": "4.5.0",
"@apimock-rs/bin-win32-x64-msvc": "4.5.0"
},
"keywords": [
"api",
"mock",
"server",
"http",
"json",
"route-matching",
"dynamic-routing",
"custom-routes",
"devtool",
"developer-tool",
"testing",
"stub",
"simulate"
]
}