plus-base-on-baosight
Version:
Expansion based on the Baosight methods.
30 lines (29 loc) • 549 B
JSON
{
"name": "plus-base-on-baosight",
"version": "1.0.6",
"description": "Expansion based on the Baosight methods.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dx <1129797009@qq.com>",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"index.ts",
"src"
],
"keywords": [
"baosight",
"plus",
"helper",
"vue"
],
"dependencies": {
"@ag-grid-community/core": "^32.3.5",
"@types/node": "^22.15.2",
"vue": "^3.5.13"
}
}