-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 719 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "godot-learning-app-exporter",
"version": "0.0.1",
"description": "Exports Godot projects for usage in the GDQuest learning app",
"main": "godot-learning-app-exporter.js",
"scripts": {
"start": "node godot-learning-app-exporter.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GDQuest <nathan@gdquest.com>",
"license": "MIT",
"bin": "./godot-learning-app-exporter.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GDQuest/godot-learning-app-exporter.git"
},
"bugs": {
"url": "https://github.com/GDQuest/godot-learning-app-exporter/issues"
},
"homepage": "https://github.com/GDQuest/godot-learning-app-exporter#readme"
}