23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"name": "@opentiny/vue-[[NAME]]",
|
|
"version": "3.[[MINOR]].0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"module": "index.ts",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm -w build:ui $npm_package_name",
|
|
"//postversion": "pnpm build"
|
|
},
|
|
"devDependencies": {
|
|
"@opentiny-internal/vue-test-utils": "workspace:*",
|
|
"vitest": "^0.31.0"
|
|
},
|
|
"dependencies": {
|
|
"@opentiny/vue-renderless": "workspace:~",
|
|
"@opentiny/vue-common": "workspace:~"
|
|
},
|
|
"license": "MIT"
|
|
}
|