msful
Version:
Web API server for micro service.
36 lines (35 loc) • 759 B
JSON
{
"name": "msful",
"bin": {
"msful": "index.js"
},
"version": "0.1.43",
"description": "Web API server for micro service.",
"copyright": "Copyright(c) 2023 maachang.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"micro",
"service",
"json",
"web",
"api",
"RESTful"
],
"author": "masahito suzuki <maachang@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maachang/msful.git"
},
"bugs": {
"url": "https://github.com/maachang/msful/issues"
},
"homepage": "https://github.com/maachang/msful#readme",
"dependencies": {
"big-integer": "^1.6.51"
},
"devDependencies": {}
}