UNPKG

@vuepress-reco/theme-cli

Version:
55 lines (54 loc) 1.33 kB
{ "name": "@vuepress-reco/theme-cli", "version": "1.0.8", "description": "A cli for vuepress-theme-reco", "scripts": { "build": "tsc ./src/*.ts --outDir ./bin/", "eslint": "eslint src --ext .ts", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "theme-cli": "./bin/reco-build.js" }, "files": [ "bin/" ], "repository": { "type": "git", "url": "git+https://github.com/recoluan/vuepress-theme-reco.git" }, "keywords": [ "vuepress", "vue", "theme", "reco", "cli" ], "author": "reco_luan", "license": "MIT", "bugs": { "url": "https://github.com/recoluan/vuepress-theme-reco-cli/issues" }, "homepage": "https://vuepress-theme-reco.recoluan.com", "dependencies": { "chalk": "^2.4.2", "commander": "^2.20.0", "download-git-repo": "^1.1.0", "inquirer": "^6.3.1", "ora": "^3.4.0" }, "devDependencies": { "@types/events": "^3.0.0", "@types/glob": "^7.1.1", "@types/json-schema": "^7.0.3", "@types/minimatch": "^3.0.3", "@types/node": "^12.11.7", "@types/unist": "^2.0.3", "@types/vfile": "^3.0.2", "@types/vfile-message": "^1.0.1", "@typescript-eslint/parser": "^2.5.0", "eslint": "^6.6.0", "eslint-plugin-typescript": "^0.14.0", "typescript": "^3.6.3" } }