mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 18:15:27 -04:00
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "gdevelop-javascript-platform",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"homepage": "https://gdevelop-app.com",
|
|
"devDependencies": {
|
|
"@types/expect.js": "^0.3.29",
|
|
"@types/mocha": "^5.2.7",
|
|
"jsdoc-plugin-intersection": "^1.0.2",
|
|
"typescript": "3.6.4"
|
|
},
|
|
"dependencies": {
|
|
"jsdoc-autoprivate": "0.0.1"
|
|
},
|
|
"scripts": {
|
|
"check-types": "tsc"
|
|
}
|
|
}
|