mirror of
https://github.com/godotengine/godot-prs-by-file.git
synced 2025-12-31 21:48:29 +03:00
Similar to d12bf295f9,
this should solve the uncaught abrupt closing of the app and instead properly throw.
28 lines
751 B
JSON
28 lines
751 B
JSON
{
|
|
"name": "godot-prs-by-file",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"compose-db": "node ./compose-db.js"
|
|
},
|
|
"author": "Yuri Sizov <yuris@humnom.net>",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.6.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
|
"dompurify": "^2.0.7",
|
|
"lit-element": "^2.2.1",
|
|
"marked": "^0.7.0",
|
|
"node-fetch": "^2.7.0",
|
|
"posthtml": "^0.12.0",
|
|
"rollup": "^1.24.0",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-includepaths": "^0.2.3",
|
|
"rollup-plugin-node-resolve": "^5.2.0"
|
|
}
|
|
}
|