UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

69 lines (68 loc) 1.98 kB
{ "name": "@modern-js/testing-plugin-bff", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "homepage": "https://modernjs.dev", "bugs": "https://github.com/modern-js-dev/modern.js/issues", "repository": "modern-js-dev/modern.js", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "version": "1.2.2", "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/index.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "exports": { ".": { "node": { "jsnext:source": "./src/index.ts", "import": "./dist/js/modern/index.js", "require": "./dist/js/node/index.js" }, "default": "./dist/js/treeshaking/index.js" } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "pnpm build --platform", "new": "modern new", "build": "modern build", "test": "jest --passWithNoTests" }, "dependencies": { "@babel/runtime": "^7", "@modern-js/server": "workspace:^1.4.1", "@modern-js/utils": "workspace:^1.3.1", "jest-environment-node": "^27.2.2", "path-to-regexp": "^6.2.0", "supertest": "^6.1.6" }, "devDependencies": { "@modern-js/bff-utils": "workspace:^1.2.2", "@modern-js/testing": "workspace:^1.3.2", "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:^0.0.0", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "@types/supertest": "^2.0.11", "typescript": "^4" }, "peerDependencies": { "@modern-js/bff-utils": "workspace:^1.2.2", "@modern-js/testing": "workspace:^1.3.2" }, "sideEffects": false, "modernConfig": {}, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }