Skip to main content
Module

x/drash/package.json

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
File
{ "name": "@drashland/drash", "version": "3.0.0-beta.2", "description": "A microframework for building JavaScript HTTP applications", "author": "Eric Crooks <eric.crooks.github@gmail.com> (https://crookse.com)", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+ssh://git@github.com/drashland/drash.git" }, "contributors": [ { "name": "Breno", "url": "https://github.com/Guergeiro" }, { "name": "Edward", "url": "https://github.com/ebebbington" }, { "name": "Sara", "url": "https://github.com/saragee3" } ], "devDependencies": { "@babel/preset-env": "^7.22.10", "@cloudflare/workers-types": "^4.20221111.1", "@types/jest": "^29.5.4", "@types/node": "^20.8.4", "babel-jest": "^29.6.4", "bun-types": "^0.8.1", "jest": "^29.4.3", "jest-environment-miniflare": "2.7.1", "ts-jest": "^29.0.1", "ts-node": "^10.9.1", "tsup": "^7.2.0", "typescript": "5.x", "wrangler": "^2.12.0" }, "keywords": [ "api", "app", "bun", "cloudflare", "deno", "drash", "drashland", "framework", "http", "node", "resource", "rest", "web" ]}