wx-filemanager-data-provider
Version:
24 lines (23 loc) • 444 B
JSON
{
"name": "wx-filemanager-data-provider",
"version": "2.2.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "yarn tsc",
"watch": "yarn tsc -w --preserveWatchOutput",
"lint": "yarn eslint ./src",
"test": "vitest --run"
},
"files": [
"dist"
],
"devDependencies": {
"wx-filemanager-store": "2.2.0"
},
"dependencies": {
"wx-lib-data-provider": "1.5.1"
}
}