{ "name": "GDevelop.js", "version": "0.0.1", "author": "Florian Rival (http://florianrival.com)", "description": "Core of GDevelop, the open-source game creator requiring no programming skills, ported to Javascript", "keywords": [ "GDevelop", "game", "creator", "events", "programming", "making", "port" ], "scripts": { "build": "grunt build", "build-with-MinGW": "grunt build --use-MinGW", "clean": "grunt clean", "lint": "node scripts/lint-with-clang-tidy.js", "test": "jest" }, "license": "MIT", "devDependencies": { "@types/node": "^20.3.1", "extend": "^2.0.1", "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-compress": "^1.3.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-mkdir": "^1.0.0", "grunt-newer": "^1.2.0", "grunt-shell": "^2.1.0", "grunt-string-replace": "^1.3.1", "jest": "^29.7.0", "prettier": "^3.2.2", "shelljs": "^0.8.4", "webidl-tools": "github:4ian/webidl-tools#348f9c03afc9d8f278efccdd74543e265a41fd11" }, "jest": { "testEnvironment": "node", "transformIgnorePatterns": [ "../Binaries/embuild/GDevelop.js/libGD.js" ], "testPathIgnorePatterns": [ "/emsdk/", "/node_modules/" ] } }