UNPKG

@1fe/server

Version:

Server-side runtime and utilities for 1FE applications

87 lines (86 loc) 2.29 kB
{ "name": "@1fe/server", "version": "0.1.5", "description": "Server-side runtime and utilities for 1FE applications", "keywords": [ "1fe", "frontend", "server", "express", "middleware", "micro-frontend", "runtime", "csp", "security" ], "license": "MIT", "author": "DocuSign", "homepage": "https://1fe.com", "repository": { "type": "git", "url": "https://github.com/docusign/1fe.git", "directory": "packages/1fe-server" }, "sideEffects": false, "files": [ "dist/**", "assets/1fe-logo.svg" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsc --noEmit && tsup", "prepack": "yarn build", "clean": "rm -rf dist", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/ --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint src/ --ext ts,tsx --report-unused-disable-directives --fix", "test": "jest" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/cookie-parser": "^1.4.8", "@types/ejs": "^3.1.5", "@types/express": "^4.17.22", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.17", "@types/node": "22.15.30", "@types/object-hash": "^3.0.6", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@types/supertest": "^2.0.16", "eslint": "8.57.1", "eslint-import-resolver-jest": "^3.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.12.0", "eslint-plugin-react": "^7.37.5", "jest": "^29.7.0", "node-mocks-http": "^1.17.2", "supertest": "^6.3.4", "ts-jest": "^29.3.4", "tsup": "^8.5.0", "typescript": "5.8.3" }, "dependencies": { "badge-maker": "^3.3.1", "browserslist": "^4.25.0", "browserslist-useragent": "^4.0.0", "cookie-parser": "^1.4.7", "ejs": "^3.1.10", "express": "^4.21.2", "express-validator": "^7.2.1", "helmet": "^4.6.0", "ky": "^1.8.1", "lodash": "^4.17.21", "object-hash": "^3.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "urlpattern-polyfill": "^10.1.0" } }