Skip to content

Instantly share code, notes, and snippets.

/-

Created January 17, 2018 03:43
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 anonymous/6f4aeeafe3a474835089c70fae1842d2 to your computer and use it in GitHub Desktop.
Save anonymous/6f4aeeafe3a474835089c70fae1842d2 to your computer and use it in GitHub Desktop.
{
"name": "rmt",
"version": "1.0.0",
"description": "RealMarketTech",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "./scripts/test.sh",
"start": "node ./build/global.js",
"debug": "./scripts/debug.sh"
},
"repository": {
"type": "git",
"url": "rmt"
},
"author": "Iluminar Consulting",
"license": "UNLICENSED",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"mysql": "^2.15.0"
},
"devDependencies": {
"@types/bcrypt": "^1.0.0",
"@types/body-parser": "^1.16.8",
"@types/cors": "^2.8.3",
"@types/express": "^4.11.0",
"@types/mysql": "^2.15.2",
"@types/node": "^9.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment