Skip to content
Snippets Groups Projects
package.json 994 B
Newer Older
{
  "name": "holi-unified-api",
  "version": "1.0.0",
  "type": "module",
  "main": "app.js",
  "scripts": {
    "dev": "cd src; node app.js",
    "start": "cd src; node app.js",
    "lint": "TIMING=1 eslint src",
    "test": "echo 'unit testing goes here'",
    "clean": "echo 'nothing to be done'",
    "clean:all": "rimraf node_modules"
  },
  "dependencies": {