Files
TheGame/packages/backend/package.json
2020-04-18 00:42:19 -06:00

26 lines
536 B
JSON

{
"name": "@the-game/backend",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "node ./dist/index.js",
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"ethers": "^4.0.46",
"express": "^4.17.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.6",
"typescript": "^3.8.3"
}
}