phaser4-rex-plugins
Version:
40 lines (39 loc) • 693 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "install",
"problemMatcher": []
},
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": []
},
{
"type": "npm",
"script": "test",
"group": "test",
"problemMatcher": []
},
{
"type": "npm",
"script": "lint",
"group": "test",
"problemMatcher": []
},
{
"type": "npm",
"script": "lint:fix",
"group": "test",
"problemMatcher": []
},
{
"type": "npm",
"script": "clear",
"problemMatcher": []
}
]
}