UNPKG

@modern-js/plugin

Version:

A Progressive React Framework for modern web development.

57 lines 1.45 kB
{ "name": "@modern-js/plugin", "description": "A Progressive React Framework for modern web development.", "homepage": "https://modernjs.dev", "bugs": "https://github.com/web-infra-dev/modern.js/issues", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/modern.js", "directory": "packages/toolkit/plugin" }, "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "version": "2.68.6", "jsnext:source": "./src/index.ts", "types": "./dist/types/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "exports": { ".": { "types": "./dist/types/index.d.ts", "node": { "jsnext:source": "./src/index.ts", "import": "./dist/esm-node/index.js", "require": "./dist/cjs/index.js" }, "default": "./dist/esm/index.js" } }, "dependencies": { "@swc/helpers": "^0.5.17", "@modern-js/utils": "2.68.6" }, "devDependencies": { "@types/jest": "^29", "@types/node": "^18", "jest": "^29", "typescript": "^5", "@scripts/build": "2.66.0", "@scripts/jest-config": "2.66.0" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "new": "modern-lib new", "dev": "modern-lib build --watch", "build": "modern-lib build", "test": "jest --passWithNoTests" } }