-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1016 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
38
39
40
41
42
43
44
{
"name": "vue-sfc-descriptor-stringify",
"version": "0.1.0",
"description": "Translate vue sfc to string.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"body-parser": "^1.19.0",
"eslint": "^5.16.0",
"jest": "^22.3.0",
"lodash": "^4.17.15",
"n-s-logs": "0.2.0",
"vue-template-compiler": "^2.5.13"
},
"dependencies": {
"indent-string": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReAlign/vue-sfc-descriptor-stringify.git"
},
"keywords": [
"vue",
"sfc",
"ast",
"babel",
"compiler",
"component",
"template",
"style",
"descriptor",
"toString",
"stringify"
],
"author": "ReAlign",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReAlign/vue-sfc-descriptor-stringify/issues"
},
"homepage": "https://github.com/ReAlign/vue-sfc-descriptor-stringify#readme"
}