UNPKG

vhost-ts

Version:

vhost fork made with typescript

32 lines (31 loc) 696 B
{ "name": "vhost-ts", "version": "4.0.0", "description": "vhost fork made with typescript", "keywords": [ "express", "typescript", "vhost", "virtual hosting" ], "repository": "git://github.com/PabloSzx/vhost-ts", "license": "MIT", "files": [ "dist" ], "main": "dist/index.js", "umd:main": "dist/index.umd.js", "module": "dist/index.m.js", "source": "src/index.ts", "types": "dist/index.d.ts", "scripts": { "build": "microbundle --target node", "dev": "microbundle watch", "prepublishOnly": "yarn build" }, "devDependencies": { "@types/express": "^4.17.0", "microbundle": "^0.12.0-next.3", "typescript": "^3.5.3" } }