UNPKG

utquidem

Version:

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

67 lines (66 loc) 1.92 kB
{ "name": "@modern-js/plugin-changeset", "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.2.5", "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" }, "./cli": { "jsnext:source": "./src/index.ts", "default": "./dist/js/node/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/runtime": "^7", "@changesets/cli": "2.16.0", "@changesets/git": "^1.1.2", "@modern-js/i18n-cli-language-detector": "workspace:^1.2.2", "@modern-js/plugin-i18n": "workspace:^1.2.4", "@modern-js/utils": "workspace:^1.6.0", "execa": "^5.1.1" }, "devDependencies": { "@modern-js/core": "workspace:*", "@scripts/build": "workspace:*", "@types/jest": "^26", "@types/node": "^14", "typescript": "^4", "jest": "^27", "@scripts/jest-config": "workspace:*" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }