tiny-vue_version0/internals/vite-plugin-template2jsx/template/package.jsons

18 lines
397 B
Plaintext

{
"name": "@opentiny/solid-<%=NAME%>",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/solid-common": "workspace:~",
"@opentiny/vue-theme": "workspace:~"
}
}