UNPKG

utquidem

Version:

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

56 lines (55 loc) 1.54 kB
{ "name": "@modern-js/bff-refactor-generator", "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.1", "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/index.js", "files": [ "/templates", "/dist/js/node/main.js" ], "scripts": { "prepare": "pnpm build && pnpm build:csmith", "prepublishOnly": "only-allow-pnpm && pnpm build --platform", "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-api-app": "^1.0.8", "@modern-js/codesmith-tools": "^1.1.0", "@modern-js/generator-common": "workspace:*", "@types/jest": "^26", "@types/node": "^14", "typescript": "^4", "@scripts/build": "workspace:*", "jest": "^27", "@scripts/jest-config": "workspace:*" }, "sideEffects": false, "modernConfig": { "output": { "packageMode": "node-js", "disableSourceMap": true } }, "publishConfig": { "main": "./dist/js/node/main.js", "registry": "https://registry.npmjs.org/", "access": "public" } }