trackmania.io
Version:
Node.js inplementation of Trackmania Live services (trackmania.io)
27 lines • 610 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dts",
"problemMatcher": [],
"label": "npm: dts",
"detail": "tsc",
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "npm",
"script": "test",
"group": {
"kind": "test",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: test",
"detail": "eslint . && mocha"
}
]
}