UNPKG

reshuffle

Version:

Reshuffle is a fast, unopinionated, minimalist integration framework

14 lines (13 loc) 238 B
{ "name": "http-typescript", "scripts": { "start": "tsc && node dist/HTTPExample.js" }, "main": "dist/HTTPExample.js", "dependencies": { "reshuffle": "latest" }, "devDependencies": { "typescript": "^4.1.3" } }