mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"name": "example-companion",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@uppy/companion": "workspace:*",
|
|
"body-parser": "^1.20.4",
|
|
"express": "^4.22.0",
|
|
"express-session": "^1.15.6",
|
|
"light-server": "^2.4.0"
|
|
},
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"client": "light-server -p 3000 -s client",
|
|
"server": "node ./server/index.js",
|
|
"start": "yarn run server & yarn run client"
|
|
}
|
|
}
|