Skip to content
Snippets Groups Projects
package.json 763 B
Newer Older
{
  "name": "holi-unified-api",
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "mesh dev --port=4000",
    "start": "mesh dev --port=4000",
    "lint": "echo 'nothing to be linted ATM'",
    "test": "echo 'unit testing goes here'",
    "clean": "echo 'nothing to be done'",
    "clean:all": "rimraf node_modules"
  },
  "dependencies": {