{
  "name": "weapp-tanp-cli",
  "version": "1.0.2",
  "description": "微信小程序脚手架，支持npm，提供开箱即用的sass, typescript功能",
  "main": "bin/tanp",
  "keywords": ["typescript", "weapp", "sass", "rxjs"],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "https://github.com/panzer-vor/mini-app",
  "author": "panzer-vor",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.3",
    "co": "^4.6.0",
    "co-prompt": "^1.0.0",
    "commander": "^2.9.0"
  },
  "bin": {
    "tanp": "bin/tanp"
  }
}
