mirror of
https://gitlab.com/octtspacc/Friendiiverse
synced 2024-12-22 05:22:53 +01:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "Friendiiverse",
|
|
"version": "Pre-Alpha Development",
|
|
"scripts": {
|
|
"build": "sh ./Build.sh",
|
|
"http-proxy": "node ./HttpProxy.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.21.0",
|
|
"@babel/core": "^7.21.4",
|
|
"@babel/preset-env": "^7.21.4",
|
|
"http-proxy": "^1.18.1",
|
|
"cors-anywhere": "^0.4.4"
|
|
}
|
|
}
|