mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"dependencies": {
|
|
"aliasify": "^2.1.0",
|
|
"babel-core": "^6.26.3",
|
|
"babelify": "^8.0.0",
|
|
"watchify": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "watchify -t babelify -t aliasify main.js -o bundle.js -vd"
|
|
},
|
|
"aliasify": {
|
|
"aliases": {
|
|
"@uppy": "../../packages/@uppy"
|
|
}
|
|
}
|
|
}
|