← back to Dw Signup Fulfillment

package.json

18 lines

{
  "name": "dw-signup-fulfillment",
  "version": "0.1.1",
  "private": true,
  "description": "DW signup/sample/rep fulfillment: retail gift-code + trade approval + rep round-robin. DRY_RUN by default.",
  "type": "commonjs",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "selftest": "node scripts/selftest.js"
  },
  "dependencies": {
    "express": "^4.19.2"
  },
  "author": "steve@designerwallcoverings.com",
  "license": "UNLICENSED"
}