sunmao-ui/packages/vite-plugin-fs/package.json
2022-07-06 16:49:07 +08:00

30 lines
609 B
JSON

{
"name": "@sunmao-ui/vite-plugin-fs",
"version": "0.0.0",
"description": "The vite plugin for reading and writing the sunmao schema files through the server",
"main": "dist/index.js",
"types": "lib/index.d.ts",
"files": [
"dist",
"lib"
],
"scripts": {
"prepublish": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.1",
"body-parser": "^1.20.0"
},
"peerDependencies": {
"vite": "^2.8.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"typescript": "^4.5.0",
"vite": "^2.8.0"
}
}