-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 858 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
32
33
34
35
36
37
{
"name": "svuelte",
"version": "0.1.0",
"description": "A Vue to Svelte component migration tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deNULL/svuelte.git"
},
"keywords": [
"vue",
"svelte",
"migrate",
"sfc"
],
"author": "Denis Olshin ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/deNULL/svuelte/issues"
},
"homepage": "https://github.com/deNULL/svuelte#readme",
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.4",
"@babel/traverse": "^7.4.4",
"chalk": "^2.4.2",
"css-tree": "^1.0.0-alpha.29",
"prettier": "^1.17.0",
"vue-template-compiler": "^2.6.10"
},
"bin": {
"svuelte": "./index.js"
}
}