@deg-skeletor/plugin-rollup
Version:
A Skeletor plugin to bundle Javascript modules.
38 lines (37 loc) • 862 B
JSON
{
"name": "@deg-skeletor/plugin-rollup",
"version": "4.0.0",
"description": "A Skeletor plugin to bundle Javascript modules.",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint index.js"
},
"author": "Anna Scheuler <scheul93@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/deg-skeletor/skeletor-plugin-rollup.git"
},
"peerDependencies": {
"@deg-skeletor/core": "^1.1.1"
},
"devDependencies": {
"eslint": "^7.3.1",
"jest": "^26.1.0"
},
"dependencies": {
"rollup": "^2.18.1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"skeletor",
"skeletor-plugin",
"rollup"
],
"engines": {
"node": ">=10.0.0"
}
}