mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 04:15:49 -04:00
9cae4fb264
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
631 B
JSON
24 lines
631 B
JSON
{
|
|
"name": "gdevelop-web",
|
|
"version": "1.0.0",
|
|
"description": "GDevelop IDE running on browsers",
|
|
"author": "Florian Rival",
|
|
"homepage": "http://gdevelop-app.com",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build:app": "cd ../app && npm run build",
|
|
"deploy:gdjs-runtime": "node scripts/deploy-GDJS-Runtime.js",
|
|
"deploy:purge-cache": "node scripts/deploy-purge-cache.js",
|
|
"deploy": "node scripts/deploy.js"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "0.19.2",
|
|
"gh-pages": "^1.0.0",
|
|
"git-rev": "^0.2.1",
|
|
"is-git-clean": "^1.1.0",
|
|
"minimist": "^1.2.3",
|
|
"shelljs": "^0.7.7"
|
|
}
|
|
}
|