standard-response
Version:
Typescript standard response type for rest requests
31 lines (30 loc) • 743 B
JSON
{
"name": "standard-response",
"version": "1.1.0",
"description": "Typescript standard response type for rest requests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andreabbondanza/standard-response.git"
},
"keywords": [
"standard-response",
"rest",
"restful",
"typescript",
"response"
],
"author": "Andrea Vincenzo Abbondanza",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreabbondanza/standard-response/issues"
},
"homepage": "https://github.com/andreabbondanza/standard-response#readme"
}