@nasriya/hypercloud
Version:
Nasriya HyperCloud is a lightweight Node.js HTTP2 framework.
85 lines (84 loc) • 2.16 kB
JSON
{
"name": "@nasriya/hypercloud",
"version": "1.2.9",
"description": "Nasriya HyperCloud is a lightweight Node.js HTTP2 framework.",
"main": "./dist/cjs/hypercloud.js",
"module": "./dist/esm/hypercloud.js",
"types": "./dist/@types/hypercloud.d.ts",
"files": [
"dist/**/*"
],
"exports": {
".": {
"import": "./dist/esm/hypercloud.js",
"require": "./dist/cjs/hypercloud.js",
"types": "./dist/@types/hypercloud.d.ts"
}
},
"maintainers": [
{
"name": "Ahmad Nasriya",
"email": "ahmad@nasriya.net",
"url": "https://www.linkedin.com/in/ahmadnasriya/"
}
],
"repository": {
"type": "github",
"url": "https://github.com/nasriyasoftware/HyperCloud"
},
"scripts": {
"build": "npm run build:esm && npm run build:cjs && postbuild",
"build:esm": "tsc --project tsconfig.esm.json",
"build:cjs": "tsc --project tsconfig.cjs.json",
"postbuild-init": "postbuild-init",
"test": "jest",
"deepTest": "jest --coverage"
},
"keywords": [
"Server-side rendering",
"SSR framework",
"JavaScript framework",
"Node.js framework",
"Component-based rendering",
"Multilingual support",
"Dynamic components",
"Page templates",
"Asset management",
"Global stylesheets",
"Global scripts",
"Meta tags",
"Reusable components",
"Web development",
"Backend framework",
"Full-stack JavaScript",
"EJS templates",
"Component assets",
"Page assets",
"Rendering manager",
"http2"
],
"license": "Nasriya License License",
"author": "Nasriya Software",
"devDependencies": {
"@nasriya/postbuild": "^1.1.5",
"@types/ejs": "^3.1.5",
"@types/jest": "^29.5.14",
"@types/ms": "^2.1.0",
"@types/node": "^22.15.2",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"dependencies": {
"ejs": "^3.1.10",
"ms": "^2.1.3",
"tldts": "^7.0.4"
},
"bugs": {
"url": "https://github.com/nasriyasoftware/HyperCloud/issues"
},
"homepage": "https://package.nasriya.net/HyperCloud",
"funding": {
"type": "individual",
"url": "https://fund.nasriya.net/"
}
}