You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
467 B
22 lines
467 B
{
|
|
"name": "rollup-plugin-svelte-combiner",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "Rollup plugin to combine multi-file Svelte components",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Conduitry/rollup-plugin-svelte-combiner.git"
|
|
},
|
|
"author": "Conduitry",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Conduitry/rollup-plugin-svelte-combiner/issues"
|
|
}
|
|
}
|