@modern-js/plugin-module-banner
Version:
The banner plugin of Modern.js Module.
59 lines • 1.4 kB
JSON
{
"name": "@modern-js/plugin-module-banner",
"version": "2.68.8",
"description": "The banner plugin of Modern.js Module.",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"homepage": "https://modernjs.dev/module-tools",
"bugs": "https://github.com/modern-js-dev/modern.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/modern.js",
"directory": "packages/module/plugin-module-banner"
},
"license": "MIT",
"exports": {
".": {
"node": {
"jsnext:source": "./src/index.ts",
"require": "./dist/index.js"
}
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@swc/helpers": "^0.5.17"
},
"devDependencies": {
"@swc/helpers": "^0.5.17",
"@types/jest": "^29",
"@types/node": "^18",
"jest": "^29",
"typescript": "^5",
"@modern-js/module-tools": "2.68.8",
"@scripts/jest-config": "2.66.0",
"@scripts/build": "2.66.0"
},
"peerDependencies": {
"@modern-js/module-tools": "^2.68.8"
},
"peerDependenciesMeta": {
"@modern-js/module-tools": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "mdn build",
"dev": "mdn build --watch",
"test": "jest --passWithNoTests"
}
}