@fet.web/parcel-namer-simple-structure
Version:
Plugin tries to retain the existing folder structure of your source files.
23 lines (22 loc) • 467 B
JSON
{
"name": "@fet.web/parcel-namer-simple-structure",
"version": "1.0.1",
"description": "Plugin tries to retain the existing folder structure of your source files.",
"main": "index.js",
"keywords": [
"parcel-namer",
"parcelv2",
"parcel2",
"namer",
"plugin"
],
"engines": {
"node": ">=10",
"parcel": ">=2.0.0-rc.0"
},
"author": "fet.web",
"license": "MIT",
"dependencies": {
"@parcel/plugin": "2.0.0-alpha.3"
}
}