Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created February 21, 2019 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayriffy/c37f6e71ec9f4f9a14d01b72fc370779 to your computer and use it in GitHub Desktop.
Save rayriffy/c37f6e71ec9f4f9a14d01b72fc370779 to your computer and use it in GitHub Desktop.
{
"license": "MIT",
"dependencies": {
"backpack-core": "^0.8.3",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"express": "^4.16.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^6.0.0"
},
"scripts": {
"build": "backpack build",
"dev": "backpack",
"start": "node ./build/main.js",
"test": "yarn build && mocha ./test --exit"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment