mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-10 22:14:53 -05:00
26 lines
536 B
JSON
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"
|
|
}
|
|
}
|