forked from opentiny/tiny-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 850 Bytes
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
{
"name": "@opentiny/tiny-engine-utils",
"version": "2.5.0",
"publishConfig": {
"access": "public"
},
"description": "",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": "vitest"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"devDependencies": {
"vite": "^5.4.2",
"vitest": "^1.4.0"
},
"dependencies": {
"jszip": "^3.10.1"
},
"peerDependencies": {
"@opentiny/vue-renderless": "^3.20.0",
"vue": "^3.4.15"
}
}