{ "name": "gdevelop-javascript-platform", "version": "0.0.0", "private": true, "license": "MIT", "homepage": "https://gdevelop-app.com", "//": "Note that pixi.js is installed here just for its types. Be sure to keep the version in sync with the version in GDJS/Runtime/pixi-renderers/pixi.js (and the one in the IDE too if possible).", "devDependencies": { "@types/expect.js": "^0.3.29", "@types/mocha": "^5.2.7", "@types/electron": "^1.6.10", "@types/node": "^14.11.1", "jsdoc": "^3.6.4", "jsdoc-autoprivate": "0.0.1", "jsdoc-plugin-intersection": "^1.0.2", "pixi.js": "5.3.0", "typescript": "3.6.4" }, "scripts": { "check-types": "tsc", "test": "cd tests && npm test", "generate-doc": "jsdoc -c docs/jsdoc.conf.json docs/DocMainPage.md" } }