@start/plugin-write
Version:
✏️ Write files with source maps to relative destination keeping folders structure
24 lines • 656 B
JSON
{
"name": "@start/plugin-write",
"version": "2.0.1",
"description": "✏️ Write files with source maps to relative destination keeping folders structure",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
"author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)",
"license": "MIT",
"types": "types/index.d.ts",
"main": "node/index.js",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@start/plugin": "^2.0.0",
"dirdir": "^0.1.0",
"move-path": "^2.0.0",
"pifs": "^2.0.0"
}
}