Files
godot-prs-by-file/package.json
Rémi Verschelde 9b6aff8edd compose-db: Update node-fetch to 2.7.0
Similar to d12bf295f9,
this should solve the uncaught abrupt closing of the app and instead properly throw.
2025-09-23 13:37:44 +02:00

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"
}
}