You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Middleware blueprint for srvem (pronounced \"serve 'em\", a super-fast and minimalist middleware-oriented TypeScript server framework for Node.js).",
"main": "build/main.js",
"typings": "build/main.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"start": "npm run build && node ./",
"test": "echo \"Error: no test specified\" && exit 1"