mirror of
https://github.com/unjs/unstorage.git
synced 2026-01-13 00:48:02 -05:00
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "undocs build",
|
|
"dev": "undocs dev"
|
|
},
|
|
"devDependencies": {
|
|
"undocs": "^0.4.2"
|
|
},
|
|
"packageManager": "pnpm@10.17.0"
|
|
}
|