{
        "name": "vtsx",
        "version": "1.3.7",
        "description": "支持Typescript和JSX的Vue腳手架",
        "keywords": [
                "typescript",
                "jsx",
                "tsx",
                "vue"
        ],
        "private": false,
        "author": "hjboss <hongjiangproject@gmail.com>",
        "license": "Apache-2.0",
        "repository": {
                "type": "git",
                "url": "git+https://github.com/hjboss/vtsx.git"
        },
        "bin": {
                "vtsx": "./bin/vtsx.js"
        },
        "scripts": {
                "build": "./node_modules/.bin/tsc ./vtsx.ts"
        },
        "devDependencies": {
                "@types/node": "^6.0.105",
                "typescript": "^2.8.1",
                "vue": "^2.5.16",
                "vue-property-decorator": "^6.0.0",
                "vtsx.d": "^1.1.0",
                "vue-component-decorator": "^0.0.1"
        }
}