13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"name": "@unidesk/baidu-netdisk",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"postgres": "latest"
|
|
}
|
|
}
|