UNPKG

rollup-boilerplate

Version:

Rollup boilerplate is a project generator for UMD libraries

59 lines (58 loc) 1.22 kB
{ "name": "rollup-boilerplate", "version": "1.1.5", "description": "Rollup boilerplate is a project generator for UMD libraries", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/scssyworks/rollup-boilerplate.git" }, "scripts": { "test": "eslint ./index.js" }, "keywords": [ "rollup", "boilerplate", "rollup-boilerplate", "starter", "project-builder", "app-builder", "app", "plugin", "library", "framework", "umd", "universal-apps", "universal-module-definition", "esm", "mjs", "iife", "amd", "react", "react-library", "es6", "es2015", "esnext", "babel", "typescript" ], "author": "Sachin Singh <contactsachinsingh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/scssyworks/rollup-boilerplate/issues" }, "homepage": "https://github.com/scssyworks/rollup-boilerplate#readme", "dependencies": { "colors": "^1.4.0", "fs-extra": "^9.0.1", "inquirer": "^7.3.3", "semver": "^7.3.2", "yargs": "^16.0.3" }, "bin": { "create-library": "./index.js" }, "devDependencies": { "eslint": "^6.8.0" } }