Files
archived-starters/javascript/serverless/package.json
Jake Runzer 07b4eb1e20 Update JavaScript examples to latest Railway (#14)
* update serverless pg example
* update nextjs example
* update prisma example
2020-10-07 20:17:31 +01:00

20 lines
395 B
JSON

{
"name": "railway-testing",
"version": "1.0.0",
"main": "index.js",
"author": "Jake Runzer",
"license": "MIT",
"scripts": {
"start": "railway run node src/index.js",
"build": "railway build",
"open": "railway open",
"help": "railway --help",
"init": "railway init"
},
"dependencies": {
"global": "^4.4.0",
"pg": "^8.4.0",
"tslib": "^2.0.0"
}
}