UNPKG

utquidem

Version:

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

78 lines (77 loc) 2.15 kB
{ "name": "@modern-js/create", "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.1", "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/node.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "bin": { "create": "./bin/run" }, "files": [ "/bin", "/dist/js/node/main.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 && pnpm build:csmith", "prepublishOnly": "only-allow-pnpm", "new": "modern new", "build": "modern build", "build:csmith": "csmith-tools build", "test": "jest --passWithNoTests" }, "devDependencies": { "@babel/runtime": "^7", "@modern-js/codesmith": "^1.0.8", "@modern-js/codesmith-tools": "^1.1.0", "@scripts/build": "workspace:*", "@modern-js/i18n-cli-language-detector": "workspace:*", "@modern-js/generator-plugin-plugin": "workspace:*", "@modern-js/plugin-i18n": "workspace:*", "@modern-js/repo-generator": "workspace:*", "@modern-js/utils": "workspace:*", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "ts-node": "^10.1.0", "typescript": "^4", "jest": "^27", "@scripts/jest-config": "workspace:*" }, "modernConfig": { "output": { "packageMode": "node-js", "disableSourceMap": true } }, "sideEffects": false, "publishConfig": { "main": "./dist/js/node/main.js", "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }