UNPKG

impress

Version:

Enterprise application server for Node.js

87 lines (86 loc) 1.97 kB
{ "name": "impress", "version": "3.0.18", "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", "description": "Enterprise application server for Node.js", "license": "MIT", "keywords": [ "application", "server", "isolation", "enterprise", "security", "lightweight", "scalable", "api", "rpc", "soa", "service", "stateful", "rest", "restful", "web", "framework", "router", "routing", "cluster", "private", "cloud", "http", "https", "websocket", "websockets", "interactive", "app", "backend", "fullstack" ], "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/metarhia/impress.git" }, "bugs": { "url": "https://github.com/metarhia/impress/issues", "email": "timur.shemsedinov@gmail.com" }, "homepage": "https://metarhia.com", "funding": { "type": "patreon", "url": "https://www.patreon.com/tshemsedinov" }, "main": "impress.js", "types": "types/impress.d.ts", "files": [ "lib/", "schemas/", "types/" ], "scripts": { "test": "npm run lint && npm run types && metatests test/", "types": "tsc -p types/tsconfig.json", "lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" }, "engines": { "node": "^18.15 || 20 || 21 || 22 || 23 || 24" }, "dependencies": { "metacom": "^3.2.5", "metaconfiguration": "^3.0.2", "metalog": "^3.1.16", "metaschema": "^2.2.2", "metautil": "^5.2.5", "metavm": "^1.4.4", "metawatch": "^1.2.3" }, "devDependencies": { "@types/node": "^22.15.30", "@types/ws": "^8.18.1", "eslint": "^9.28.0", "eslint-config-metarhia": "^9.1.2", "metatests": "^0.9.0", "prettier": "^3.5.3", "typescript": "^5.8.3" } }