mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-05 01:47:22 +00:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"scripts": {
|
|
"build": "babel game.js --out-file game.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.27.2",
|
|
"@babel/core": "^7.27.4",
|
|
"@babel/preset-env": "^7.27.2"
|
|
}
|
|
}
|