forked from xxss0903/drawstamputils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 902 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
{
"name": "drawstamputils",
"private": false,
"version": "0.2.1",
"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": {
"vue": "^3.4.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}