-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "vtsx",
"version": "1.2.0",
"description": "支持Typescript和JSX的Vue腳手架",
"keywords": [
"typescript",
"jsx",
"tsx",
"vue"
],
"private": false,
"author": "hjboss <[email protected]>",
"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": "^0.0.1"
}
}