UNPKG

doc-templite

Version:
71 lines (70 loc) 1.29 kB
{ "name": "doc-templite", "version": "1.2.14", "description": "templite with muit md docs ", "license": "MIT", "main": "doc-templite.js", "repository": "chinanf-boy/doc-templite", "author": { "name": "chinanf-boy", "email": "865501259@qq.com", "url": "http://llever.com" }, "bin": "cli.js", "engines": { "node": ">=4" }, "scripts": { "test": "nyc ava", "precommit": "lint-staged", "pub": "npm run test && npm run npmUp && npm run git", "npmUp": "npm version patch && npm publish", "git": "git push && git push --tags" }, "size-limit": [ { "path": "dist/doc-templite.js", "gzip": false } ], "lint-staged": { "*.{js,json,css,md}": [ "prettier --single-quote --trailing-comma es5 --write", "git add" ] }, "files": [ "cli.js", "src/**" ], "keywords": [ "cli-app", "cli", "doc", "templite", "md" ], "dependencies": { "dlv": "^1.1.2", "find-files-rust": "^2.1.0", "match-file-contents": "^1.0.2", "meow": "^5.0.0", "templite": "^1.1.0", "toml": "^2.3.3", "turbocolor": "^2.4.5", "two-log-min": "^1.0.12" }, "devDependencies": { "ava": "^0.25.0", "codecov": "^3.0.2", "lint-staged": "^7.0.0", "nyc": "^11.8.0", "prettier": "^1.12.1" }, "nyc": { "reporter": [ "lcov", "text" ] } }