UNPKG

@d2-admin/d2-admin-cli

Version:
43 lines (42 loc) 990 B
{ "name": "@d2-admin/d2-admin-cli", "version": "1.0.6", "description": "d2-admin-cli", "main": "index.js", "scripts": { "build": "babel src -d dist", "watch": "npm run compile -- --watch" }, "bin": { "d2": "./bin/www" }, "repository": { "type": "git", "url": "git+https://github.com/d2-projects/d2-admin-cli.git" }, "keywords": [ "d2-admin-cli", "d2-admin", "d2-projects", "vue" ], "author": "孙昊翔 <673686754@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/d2-projects/d2-admin-cli/issues" }, "homepage": "https://github.com/d2-projects/d2-admin-cli#readme", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0" }, "dependencies": { "@babel/runtime": "^7.0.0", "commander": "^2.17.1", "download-git-repo": "^1.1.0", "inquirer": "^6.2.0", "ora": "^3.0.0" } }