mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-pinia",
|
|
"version": "3.0.3",
|
|
"description": "@fesjs/plugin-pinia",
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/plugin-pinia"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"types.d.ts"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsup --watch --sourcemap",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^3.1.12",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.21"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/shared": "workspace:*",
|
|
"@fesjs/utils": "workspace:*"
|
|
},
|
|
"typings": "./types.d.ts"
|
|
}
|