UNPKG

utquidem

Version:

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

74 lines (73 loc) 2.1 kB
{ "name": "@modern-js/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.4.4", "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": "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/runtime": "^7", "@modern-js/babel-preset-app": "workspace:^1.2.7", "@modern-js/plugin": "workspace:^1.3.3", "@modern-js/utils": "workspace:^1.6.0", "babel-jest": "^27.0.6", "enhanced-resolve": "^5.8.3", "identity-obj-proxy": "^3.0.0", "jest": "^27.0.6", "semver": "^7.3.5", "ts-jest": "^27.0.4", "yargs": "^17.0.1" }, "devDependencies": { "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@modern-js/core": "workspace:*", "@types/jest": "^27.4.0", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "@types/semver": "^7.3.8", "@types/yargs": "^17.0.2", "@jest/types": "^27.0.6", "jest": "^27", "typescript": "^4" }, "sideEffects": false, "modernConfig": {}, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }