UNPKG

rerumaccusamus

Version:

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

74 lines (73 loc) 2.08 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.3.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", "@jest/types": "^27.0.6", "@modern-js/babel-preset-app": "workspace:^1.2.1", "@modern-js/plugin": "workspace:^1.2.1", "@modern-js/utils": "workspace:^1.3.1", "@modern-js/webpack": "workspace:^1.3.1", "babel-jest": "^27.0.6", "chalk": "^4.1.2", "identity-obj-proxy": "^3.0.0", "jest": "^27.0.6", "lodash.merge": "^4.6.2", "semver": "^7.3.5", "ts-jest": "^27.0.4", "yargs": "^17.0.1" }, "devDependencies": { "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@types/jest": "^27.4.0", "@types/lodash.merge": "^4.6.6", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "@types/semver": "^7.3.8", "@types/yargs": "^17.0.2", "jest": "^27", "typescript": "^4" }, "sideEffects": false, "modernConfig": {}, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }