UNPKG

robert-server

Version:
37 lines 874 B
{ "name": "robert-server", "version": "1.0.0", "description": "Simple web framework because I am angry at express", "main": "build/cjs/index.js", "module": "build/mjs/index.js", "scripts": { "build": "npm run build:cjs && npm run build:mjs", "build:cjs": "tsc -p tsconfigcjs.json", "build:mjs": "tsc -p tsconfigmjs.json" }, "repository": { "type": "git", "url": "git+https://github.com/Commandtechno/robert.git" }, "keywords": [ "robert", "server", "http", "https", "http", "server", "https", "server", "carrot", "chomp" ], "author": "Commandtechno", "license": "ISC", "bugs": { "url": "https://github.com/Commandtechno/robert/issues" }, "homepage": "https://github.com/Commandtechno/robert/tree/master/packages/client", "devDependencies": { "@types/node": "^17.0.5" } }