-
Notifications
You must be signed in to change notification settings - Fork 527
/
Copy pathpackage.json
45 lines (45 loc) · 1013 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
45
{
"name": "drawstamputils",
"private": false,
"version": "0.2.5",
"description": "drawstamputils, stamp maker, manual aging stamp",
"keywords": [
"stamp.js",
"drawStampUtils.js",
"stamp",
"drawstamp",
"印章制作",
"电子印章",
"stamp maker",
"digital seal",
"印章生成",
"电子印章生成",
"印章生成器",
"电子印章生成器"
],
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/xxss0903/drawstamputils"
},
"license": "Apache-2.0",
"homepage": "https://github.com/xxss0903/drawstamputils",
"author": "xxss0903",
"main": "src/DrawStampUtils.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"rollup": "^4.27.4",
"vue": "^3.4.37",
"vue-i18n": "^11.0.0-beta.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}