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
38 lines (38 loc) · 797 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 797 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
{
"name": "@opentiny/tiny-engine-meta-register",
"version": "2.7.0-rc.1",
"description": "",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"author": "OpenTiny Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/register"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": "vitest"
},
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"lodash-es": "^4.17.21",
"vue": "^3.4.21"
},
"devDependencies": {
"vite": "^5.4.2",
"vitest": "^1.4.0"
},
"keywords": []
}