@glandjs/common
Version:
Glands is a web framework for Node.js (@common)
46 lines • 989 B
JSON
{
"name": "@glandjs/common",
"version": "1.0.3-beta",
"description": "Glands is a web framework for Node.js (@common)",
"author": "Mahdi <bitsgenix@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/glandjs/gland#readme",
"repository": {
"type": "git",
"url": "https://github.com/glandjs/gland.git"
},
"engines": {
"node": ">= 20",
"typescript": ">=5"
},
"keywords": [
"gland",
"glandjs",
"common",
"nodejs",
"typescript",
"decorators",
"interfaces",
"utilities",
"modular"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@medishn/toolkit": "^1.0.4",
"tslib": "2.8.1"
},
"peerDependencies": {
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"typescript": "^5.5.4"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist *.d.ts *.js **/*.js **/*.d.ts */**/*.js */**/*.d.ts",
"typecheck": "tsc --noEmit",
"dev": "tsc --watch"
}
}