UNPKG

dodoko

Version:

mini http server implemented on top of vert.x

48 lines 1.38 kB
{ "name": "dodoko", "version": "0.0.1", "description": "mini http server implemented on top of vert.x", "type": "commonjs", "main": "build/index.js", "keywords": [ "es4x", "vertx", "dodoko" ], "author": { "name": "saltyaom", "url": "https://github.com/SaltyAom", "email": "saltyaom@gmail.com" }, "homepage": "https://github.com/saltyaom/dodoko", "repository": { "type": "git", "url": "https://github.com/saltyaom/dodoko" }, "bugs": "https://github.com/SaltyAom/dodoko/issues", "license": "MIT", "dependencies": { "@vertx/core": "4.2.2" }, "devDependencies": { "@es4x/create": "0.16.2", "@swc/cli": "^0.1.55", "@swc/core": "^1.2.136", "@vertx/unit": "4.2.2", "@vertx/web": "^4.2.4", "nodemon": "^2.0.15", "typescript": "^4.5.5" }, "peerDependencies": { "@vertx/core": ">= ^4.0.0" }, "scripts": { "postinstall": "es4x install", "build": "swc src -d build && tsc", "build:example": "swc example -d build-example", "start": "es4x build/index.js", "test": "es4x test index.test.js", "dev": "nodemon --config nodemon.json" }, "readme": "# Dodoko\nmini http server implemented on top of vert.x.\n\n![static-assets-upload10390223875379225446](https://user-images.githubusercontent.com/35027979/152684473-707c962c-edbd-4681-b61f-10cc5d1e453d.jpeg)\n" }