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
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "@opentiny/tiny-engine-vite-plugin-meta-comments",
"version": "2.8.2",
"description": "",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"test:legacy": "node ./test/legacy/index.js"
},
"devDependencies": {
"@babel/generator": "^7.18.13",
"@babel/parser": "^7.18.13",
"@babel/template": "^7.18.13",
"@babel/traverse": "^7.18.13",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.21",
"vite": "^5.4.2",
"vitest": "^3.1.3"
},
"keywords": [],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/build/vite-plugin-meta-comments"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine"
}