UNPKG

ruud

Version:
31 lines (30 loc) 702 B
{ "name": "ruud", "version": "1.4.1", "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", "publish": "npm publish --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(cat .npm-publish-token)", "example": "node --watch example.js" } }