rollup-plugin-subpath-externals
Version:
Externalize all dependencies, even subpath imports
37 lines (36 loc) • 905 B
JSON
{
"name": "rollup-plugin-subpath-externals",
"version": "3.4.0",
"description": "Externalize all dependencies, even subpath imports",
"keywords": [
"rollup",
"plugin",
"subpath",
"externals"
],
"author": "Daniel Stockman <daniel.stockman@gmail.com>",
"homepage": "https://github.com/evocateur/pectin/tree/latest/packages/rollup-plugin-subpath-externals#readme",
"license": "ISC",
"main": "lib/rollup-plugin-subpath-externals.js",
"files": [
"lib"
],
"engines": {
"node": ">=8.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evocateur/pectin.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"peerDependencies": {
"rollup": ">=1.0.0"
},
"dependencies": {
"builtin-modules": "^3.0.0",
"dot-prop": "^5.1.0"
},
"gitHead": "0a6012385023c6797dcfffbcb20a469832fe77aa"
}