20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"name": "rollup-plugin-svelte-combiner",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"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"
|
|
}
|
|
}
|