UNPKG

nodecaf

Version:

Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.

57 lines (56 loc) 1.52 kB
{ "name": "nodecaf", "version": "0.13.5", "description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.", "main": "lib/main.js", "types": "./lib/main.d.ts", "scripts": { "test": "npx mocha -b --no-diff test/spec.js", "test-docker": "node test/docker.js", "lint": "npx eslint lib", "coverage": "nyc -r html -r text-summary mocha -b --no-diff --no-warnings test/*.js" }, "repository": { "type": "git", "url": "git+https://gitlab.com/GCSBOSS/nodecaf.git" }, "keywords": [ "http", "routing", "logging", "config", "promises", "async", "await", "error", "light", "framework", "api", "rest", "nodejs", "server" ], "author": "Guilherme C. Souza", "license": "MIT", "files": [ "lib" ], "bugs": { "url": "https://gitlab.com/GCSBOSS/nodecaf/issues" }, "homepage": "https://gitlab.com/GCSBOSS/nodecaf#README", "dependencies": { "confort": "^0.2.1", "cookie-signature": "^1.2.2", "ws": "^8.18.1" }, "devDependencies": { "eslint": "^9.24.0", "eslint-formatter-gitlab": "^5.1.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^16.0.0", "mocha": "^11.1.0", "muhb": "^3.2.1", "toml": "^3.0.0" } }