post-get-service
Version:
simple way to create node http in memory server
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "post-get-service",
"version": "0.2.0",
"description": "simple way to create node http in memory server",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000 $(find ./specs/ -path '*.spec.*')"
},
"repository": {
"type": "git",
"url": "git+https://github.com/potapovDim/post_get_service.git"
},
"keywords": [
"HTTP",
"cache-server",
"RESTFul",
"REST-Api",
"STATIC-SERVER",
"MEMORY-SERVER"
],
"author": {
"name": "Dmytro Potapov <potapovDim>",
"email": "potapovd3012@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/potapovDim/post-get-service/issues"
},
"homepage": "https://github.com/potapovDim/post-get-service#readme",
"dependencies": {
"@fastify/cors": "^9.0.1",
"fastify": "^4.28.1",
"sat-utils": "1.2.3"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"mocha": "^10.8.2"
}
}