-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
36 lines (36 loc) · 863 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
{
"name": "@vuedx/projectconfig",
"version": "0.7.3",
"description": "TypeScript plugin for Vue",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib",
"schema.json"
],
"keywords": [
"vue",
"typescript",
"vue-typescript",
"projectconfig"
],
"repository": {
"type": "git",
"url": "git+https://github.com/znck/vue-developer-experience.git"
},
"author": "Rahul Kadyan <rahulkdn@gmail.com> (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": {
"@vuedx/shared": "workspace:*",
"json5": "^2.2.0"
}
}