Friendiiverse/package.json

16 lines
320 B
JSON
Raw Permalink Normal View History

{
"name": "Friendiiverse",
"version": "Pre-Alpha Development",
"scripts": {
2023-04-29 13:06:33 +02:00
"build": "sh ./Build.sh",
"http-proxy": "node ./HttpProxy.js"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
2023-04-29 13:06:33 +02:00
"@babel/preset-env": "^7.21.4",
"http-proxy": "^1.18.1",
2023-04-29 13:06:33 +02:00
"cors-anywhere": "^0.4.4"
}
}