UNPKG

utquidem

Version:

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

128 lines (127 loc) 3.86 kB
{ "name": "@modern-js/plugin-testing", "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.5.1", "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": { "./types": { "jsnext:source": "./types/index.d.ts", "default": "./types/index.d.ts" }, "./type": { "jsnext:source": "./types/index.d.ts", "default": "./types/index.d.ts" }, ".": { "node": { "jsnext:source": "./src/runtime-testing/index.ts", "import": "./dist/js/modern/runtime-testing/index.js", "require": "./dist/js/node/runtime-testing/index.js" }, "default": "./dist/js/treeshaking/runtime-testing/index.js" }, "./runtime": { "jsnext:source": "./src/runtime-testing/index.ts", "node": { "import": "./dist/js/modern/runtime-testing/index.js", "require": "./dist/js/node/runtime-testing/index.js" }, "default": "./dist/js/treeshaking/runtime-testing/index.js" }, "./runtime-base": { "jsnext:source": "./src/runtime-testing/base.ts", "node": { "import": "./dist/js/modern/runtime-testing/base.js", "require": "./dist/js/node/runtime-testing/base.js" }, "default": "./dist/js/treeshaking/runtime-testing/base.js" }, "./cli": { "jsnext:source": "./src/cli/index.ts", "default": "./dist/js/node/cli/index.js" } }, "typesVersions": { "*": { ".": [ "./dist/types/runtime-testing/index.d.ts" ], "cli": [ "./dist/types/cli/index.d.ts" ], "runtime": [ "./dist/types/runtime-testing/index.d.ts" ], "type": [ "./types/index.d.ts" ], "types": [ "./types/index.d.ts" ], "runtime-base": [ "./dist/types/runtime-testing/base.d.ts" ] } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm && pnpm build --platform", "new": "modern new", "dev": "modern build --watch", "build": "modern build", "test": "jest --passWithNoTests" }, "dependencies": { "@babel/core": "7.16.7", "@babel/preset-env": "^7.15.6", "@babel/runtime": "^7", "@modern-js-reduck/plugin-auto-actions": "^1.0.2", "@modern-js-reduck/plugin-effects": "^1.0.2", "@modern-js-reduck/plugin-immutable": "^1.0.1", "@modern-js-reduck/store": "^1.0.3", "@modern-js/babel-compiler": "workspace:^1.2.3", "@modern-js/bff-utils": "workspace:^1.2.4", "@modern-js/runtime-core": "workspace:^1.4.3", "@modern-js/testing": "workspace:^1.4.4", "@modern-js/testing-plugin-bff": "workspace:^1.4.1", "@modern-js/utils": "workspace:^1.6.0", "@modern-js/webpack": "workspace:^1.5.7", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@types/testing-library__jest-dom": "^5.14.3" }, "devDependencies": { "@modern-js/core": "workspace:*", "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "jest": "^27", "react": "^17", "react-dom": "^17", "typescript": "^4" }, "sideEffects": false, "modernConfig": {}, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }