initial
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "phuse",
|
||||
"version": "1.0.0",
|
||||
"description": "phase 3 & fusebox starter",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node fuse.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"fuse-box": "^3.7.1",
|
||||
"terser": "^4.6.3",
|
||||
"typescript": "^3.7.5",
|
||||
"uglify-js": "^3.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"phaser": "^3.22.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user