@skielder/mockas
Version:
A simple and fast mocking api server
24 lines • 465 B
JSON
{
"name": "@skielder/mockas",
"version": "1.0.2",
"description": "A simple and fast mocking api server",
"homepage": "https://github.com/skielder/mockas",
"keywords": [
"API",
"mocking server",
"mocking api"
],
"license": "MIT",
"author": "Bruno",
"type": "commonjs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest test/test.js"
},
"devDependencies": {
"jest": "^29.7.0"
}
}