Files
GDevelop/GDJS/package.json
T
Florian Rival 5f54583ff5 Add TypeScript checks to gdjs.RuntimeScene, gdjs
Only show in developer changelog
2020-08-05 18:47:39 +02:00

24 lines
768 B
JSON

{
"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",
"jsdoc": "^3.6.4",
"jsdoc-autoprivate": "0.0.1",
"jsdoc-plugin-intersection": "^1.0.2",
"pixi.js": "5.3.0",
"typescript": "3.6.4"
},
"dependencies": {},
"scripts": {
"check-types": "tsc",
"test": "cd tests && npm test",
"generate-doc": "jsdoc -c docs/jsdoc.conf.json docs/DocMainPage.md"
}
}