rollup-plugin-json-map-keys
Version:
Rollup plugin to replace json values with the key path.
31 lines • 852 B
JSON
{
"name": "rollup-plugin-json-map-keys",
"version": "1.2.0",
"description": "Rollup plugin to replace json values with the key path.",
"homepage": "https://github.com/tiagoporto/object-value-to-object-path/tree/main/packages/rollup-plugin#readme",
"keywords": [
"rollup",
"transformer",
"json",
"key",
"i18n"
],
"author": "Tiago Porto (https://tiagoporto.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/tiagoporto/object-value-to-object-path.git",
"directory": "packages/rollup-plugin"
},
"funding": "https://github.com/sponsors/tiagoporto",
"type": "module",
"license": "MIT",
"main": "./index.mjs",
"dependencies": {
"@rollup/pluginutils": "^5.3.0",
"json-map-keys": "^1.0.0",
"loader-utils": "^3.3.1"
},
"peerDependencies": {
"rollup": ">= 2"
}
}