forked from opentiny/tiny-engine
24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "@opentiny/vite-plugin-generate-comments",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node ./src/test/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"vite": "^5.2.7",
|
|
"@babel/parser": "^7.18.13",
|
|
"@babel/traverse": "^7.18.13",
|
|
"@babel/generator": "^7.18.13",
|
|
"@babel/template": "^7.18.13",
|
|
"@vue/compiler-sfc": "^3.4.21"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|