← back to Dw Signup Fulfillment
package.json
22 lines
{
"name": "dw-signup-fulfillment",
"version": "0.1.5",
"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",
"test:ledger": "node scripts/sample-ledger-test.js",
"activate:shopify": "node scripts/activate-shopify.js",
"validate:production": "node scripts/production-validation.js",
"test": "npm run selftest && npm run test:ledger"
},
"dependencies": {
"express": "^4.19.2"
},
"author": "steve@designerwallcoverings.com",
"license": "UNLICENSED"
}