UNPKG

create-web-config

Version:

A CLI to help you get started building modern web applications.

78 lines (77 loc) 1.91 kB
{ "name": "create-web-config", "version": "1.0.10", "description": "A CLI to help you get started building modern web applications.", "author": "Andreas Mehlsen", "main": "index.cjs.js", "module": "index.esm.js", "bugs": { "url": "https://github.com/andreasbm/create-web-config/issues" }, "homepage": "https://github.com/andreasbm/create-web-config#readme", "repository": { "type": "git", "url": "git+https://github.com/andreasbm/create-web-config.git" }, "keywords": [ "configuration", "webapp", "custom", "elements", "web", "plugins", "lit-element", "component", "rollup", "lit-html", "template", "tslint", "typescript", "postcss", "browserslist", "scss", "minifying", "build", "tsconfig" ], "scripts": { "b": "rollup -c rollup.config.ts && npm run postbuild", "readme": "readme generate", "postbuild": "node post-build.js", "postversion": "npm run readme && npm run b", "publish:patch": "np patch --contents=dist --no-cleanup", "publish:minor": "np minor --contents=dist --no-cleanup", "publish:major": "np major --contents=dist --no-cleanup", "ncu": "ncu -u -a && npm update && npm install" }, "bin": { "create-web-config": "index.cjs.js", "web-config": "index.cjs.js" }, "dependencies": { "colors": "^1.4.0", "commander": "^4.0.0", "fs-extra": "^8.1.0", "ora": "^4.0.2", "path": "^0.12.7", "prompts": "^2.2.1" }, "devDependencies": { "@appnest/readme": "^1.2.4", "@types/fs-extra": "^8.0.1", "@types/prompts": "^2.0.2", "@wessberg/rollup-plugin-ts": "^1.1.73", "rollup": "^1.26.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0" }, "contributors": [ { "name": "Andreas Mehlsen", "url": "https://twitter.com/andreasmehlsen", "img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4" } ], "license": "MIT" }