ruud
Version:
the player who serves
30 lines (29 loc) • 572 B
JSON
{
"name": "ruud",
"version": "1.3.3",
"description": "the player who serves",
"author": "frdnrdb <froden@gmail.com>",
"license": "MIT",
"type": "module",
"main": "src/index.js",
"repository": "frdnrdb/ruud",
"homepage": "https://github.com/frdnrdb/ruud/",
"keywords": [
"minimal",
"server",
"web",
"http",
"rest",
"restful",
"router",
"app",
"api"
],
"engines": {
"node": ">= 13.2.0"
},
"scripts": {
"test": "node --experimental-test-coverage test.js",
"example": "node --watch example.js"
}
}