-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 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
{
"name": "yami-voice",
"private": false,
"version": "0.1.1",
"type": "module",
"files": [
"dist",
"index.d.ts"
],
"main": "./dist/Yami.umd.cjs",
"module": "./dist/Yami.js",
"types": "./index.d.ts",
"exports": {
"types": "./index.d.ts",
"import": "./dist/Yami.js",
"require": "./dist/Yami.umd.cjs"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"doc": "typedoc --plugin typedoc-plugin-markdown lib/main.ts --out wiki",
"build-type": "tsc --emitDeclarationOnly -d && api-extractor run --local",
"page": "vite build -c ./vite.page.ts"
},
"devDependencies": {
"@mdi/font": "^7.0.96",
"@microsoft/api-extractor": "^7.33.6",
"@vitejs/plugin-vue": "^3.2.0",
"typedoc": "^0.23.21",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vue": "^3.2.45",
"vuetify": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yydounai1234/Yami.git"
},
"author": "[email protected]",
"homepage": "https://github.com/yydounai1234/Yami#readme",
"bugs": {
"url": "https://github.com/yydounai1234/Yami/issues"
}
}