UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

100 lines (99 loc) 2.44 kB
{ "name": "charlike", "version": "0.3.2", "description": "Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options", "repository": "tunnckoCore/charlike", "author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "lint": "standard --verbose", "pretest": "npm run lint", "test": "npm run coverage", "posttest": "npm run lint:coverage", "coverage": "nyc node test.js", "lint:coverage": "nyc check-coverage --lines 0 --branches 0 --statements 0 --functions 0", "report-coverage": "nyc report --reporter=text-lcov | coveralls", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "precommit": "git add --all", "commit": "git-cz" }, "dependencies": { "camelcase": "^4.0.0", "dateformat": "^2.0.0", "fs-exists-sync": "^0.1.0", "jstransformer": "^1.0.0", "jstransformer-j140": "^1.0.0", "jstransformer-jstransformer": "^1.1.4", "stream-copy-dir": "^1.0.0" }, "devDependencies": { "commitizen": "^2.8.6", "coveralls": "^2.11.15", "cz-conventional-changelog": "^1.2.0", "mukla": "^0.4.8", "nyc": "^10.0.0", "pre-commit": "^1.2.0", "standard": "^8.6.0", "standard-version": "^4.0.0" }, "files": [ "index.js", "templates" ], "keywords": [], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "engines": { "node": ">=4", "npm": ">=2" }, "standard": { "ignore": [ "templates/**" ] }, "verb": { "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 3, "footer": "" }, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "always-done", "minibase", "try-catch-core", "jstransformer", "j140", "each-promise" ], "highlight": "charlike-cli" }, "reflinks": [ "always-done", "async-done", "base", "commitizen", "dezalgo", "once", "standard-version", "verb", "verb-generate-readme" ], "lint": { "reflinks": true } } }