UNPKG

utquidem

Version:

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

69 lines (68 loc) 1.76 kB
{ "name": "@modern-js/node-bundle-require", "version": "1.3.2", "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" ], "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" }, "./bundle": "./dist/js/node/bundle.js" }, "typesVersions": { "*": { ".": [ "./dist/types/index.d.ts" ], "bundle": [ "./dist/types/bundle.d.ts" ] } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm", "new": "modern new", "build": "modern build", "test": "jest --passWithNoTests" }, "dependencies": { "@babel/runtime": "^7", "esbuild": "^0.14.38", "nanoid": "^3.3.2" }, "devDependencies": { "@modern-js/utils": "workspace:*", "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@types/jest": "^26.0.9", "@types/node": "^14", "jest": "^27", "typescript": "^4" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }