Merlintxu commited on
Commit
b23869a
1 Parent(s): 8dba1de

Update packaje.json

Browse files
Files changed (1) hide show
  1. packaje.json +7 -8
packaje.json CHANGED
@@ -1,15 +1,14 @@
 
1
  {
2
- "name": "my-app",
3
  "version": "1.0.0",
4
- "description": "",
5
  "main": "app.js",
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
  },
9
- "keywords": [],
10
- "author": "",
11
- "license": "ISC",
12
  "dependencies": {
13
- "phaser": "^3.55.2"
 
14
  }
15
- }
 
1
+ // package.json
2
  {
3
+ "name": "my-space",
4
  "version": "1.0.0",
5
+ "description": "A HuggingFace Space for a Spanish language learning game",
6
  "main": "app.js",
7
  "scripts": {
8
+ "start": "node app.js"
9
  },
 
 
 
10
  "dependencies": {
11
+ "phaser": "^3.55.2",
12
+ "axios": "^0.21.1"
13
  }
14
+ }