-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 956 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"scripts": {
"start": "parcel src/index.html -p 3000",
"build": "parcel build src/index.html --out-dir dist"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"eslint": "^8.16.0",
"parcel": "^2.6.0",
"parcel-plugin-static-files-copy": "^2.6.0",
"typescript": "^4.7.3"
},
"dependencies": {
"bulma": "^0.9.4",
"phaser": "^3.55.2"
},
"parcelCleanPaths": [
"dist"
],
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
},
"name": "oypugame",
"description": "Create an easily accessible multiplayer version of PuyoPuyo, resembling Tetris Friends.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/taliyos/OypuGame.git"
},
"author": "taliyos (Charles Reverand)",
"license": "MIT",
"bugs": {
"url": "https://github.com/taliyos/OypuGame/issues"
},
"homepage": "https://github.com/taliyos/OypuGame#readme"
}