-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
40 lines (40 loc) · 965 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
{
"name": "@vuedx/template-ast-types",
"version": "0.7.4",
"description": "Helper functions for Vue template AST",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib/index.cjs",
"lib/index.mjs",
"lib/index.d.ts"
],
"keywords": [
"ast",
"ast-helpers",
"vue",
"vue-compiler",
"vue-template-compiler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/znck/vue-developer-experience.git"
},
"author": "Rahul Kadyan <[email protected]> (https://znck.me/)",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/znck"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/znck/vue-developer-experience/issues"
},
"homepage": "https://github.com/znck/vue-developer-experience#readme",
"dependencies": {
"@vue/compiler-core": "^3.2.31"
},
"devDependencies": {
"typescript": "^4.6.3"
}
}