You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
634 B
32 lines
634 B
{
|
|
"name": "vx-tree",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/vx-tree.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/vx-tree.mjs",
|
|
"require": "./dist/vx-tree.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "somebuild dev",
|
|
"watch": "somebuild build --watch",
|
|
"watch:debug": "somebuild build --watch --debug",
|
|
"build": "somebuild build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@somebuild/build-component-vue3": "^1.0.0",
|
|
"somebuild": "^1.0.0",
|
|
"vue": "^3.5.12"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": ">3"
|
|
}
|
|
}
|
|
|