mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 03:54:34 -04:00
5f54583ff5
Only show in developer changelog
24 lines
768 B
JSON
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"
|
|
}
|
|
}
|