-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 KB
/
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
45
46
47
48
49
50
51
{
"name": "vue-extensible-mail",
"version": "0.0.3",
"description": "",
"scripts": {
"build": "unbuild",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"type": "module",
"license": "MIT",
"homepage": "https://github.com/Darkphoenix2704/vue-extensible-mail#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Darkphoenix2704/vue-extensible-mail.git"
},
"bugs": "https://github.com/Darkphoenix2704/vue-extensible-mail/issues",
"author": "DarkPhoenix2704 <[email protected]>",
"devDependencies": {
"bun-plugin-dts": "^0.2.3",
"@types/bun": "^1.1.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@vue/server-renderer": "^3.4.27",
"import-string": "^0.1.2",
"scule": "^1.3.0",
"unbuild": "^2.0.0",
"vue": "^3.4.27"
}
}