package.json 704 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
    "name": "h2u-lottery",
    "version": "0.0.0",
    "description": "H2U HRB Lottery",
    "engines": {
      "node": "10.x"
    },
    "main": "app.js",
    "scripts": {
      "start": "cp ../dist/lottery-wheel.min.js public/js && node app.js",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
      "@line/bot-sdk": "^6.8.4",
      "express": "^4.17.1",
      "node-fetch": "^2.6.0"
    },
    "devDependencies": {
      "eslint": "^6.8.0",
      "eslint-config-standard": "^14.1.0",
      "eslint-plugin-import": "^2.19.1",
      "eslint-plugin-node": "^11.0.0",
      "eslint-plugin-promise": "^4.2.1",
      "eslint-plugin-standard": "^4.0.1"
    }
  }