UNPKG

impress

Version:

Enterprise application server for Node.js

86 lines (85 loc) 1.92 kB
{ "name": "impress", "version": "3.1.2", "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 && node --no-warnings --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" }, "dependencies": { "metacom": "^3.2.6", "metaconfiguration": "^3.0.3", "metalog": "^3.1.17", "metaschema": "^2.2.2", "metautil": "^5.4.0", "metavm": "^1.4.5", "metawatch": "^1.2.4" }, "devDependencies": { "@types/node": "^24.5.2", "@types/ws": "^8.18.1", "eslint": "^9.36.0", "eslint-config-metarhia": "^9.1.3", "prettier": "^3.6.2", "typescript": "^5.9.2" } }