UNPKG

@glandjs/core

Version:

Glands is a web framework for Node.js (@core)

53 lines 1.2 kB
{ "name": "@glandjs/core", "version": "1.0.3-beta", "description": "Glands is a web framework for Node.js (@core)", "author": "Mahdi <bitsgenix@gmail.com>", "license": "MIT", "homepage": "https://github.com/glandjs/gland#readme", "repository": { "type": "git", "url": "https://github.com/glandjs/gland.git", "directory": "packages/core" }, "engines": { "node": ">=20.0.0", "typescript": ">=5.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "gland", "glandjs", "core", "framework", "nodejs", "typescript", "dependency-injection", "event-driven", "event-bus", "event-broker", "architecture", "modular" ], "dependencies": { "@glandjs/events": "latest", "@medishn/toolkit": "latest", "tslib": "2.8.1" }, "peerDependencies": { "reflect-metadata": "^0.2.2", "@glandjs/common": "1.0.3-beta" }, "devDependencies": { "typescript": "^5.5.4", "@glandjs/common": "1.0.3-beta" }, "scripts": { "build": "tsc", "clean": "rm -rf dist *.d.ts *.js **/*.js **/*.d.ts */**/*.js */**/*.d.ts", "typecheck": "tsc --noEmit", "dev": "tsc --watch" } }