mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-25 06:08:03 -05:00
26 lines
528 B
JSON
26 lines
528 B
JSON
{
|
|
"name": "@the-game/utils",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:app": "yarn build",
|
|
"start:app:dev": "yarn watch",
|
|
"start:backend:dev": "yarn watch",
|
|
"prepare": "yarn build",
|
|
"build": "tsc",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"ethers": "^4.0.47",
|
|
"js-base64": "^2.5.2",
|
|
"typescript": "^3.8.3",
|
|
"uuid": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^8.0.0"
|
|
}
|
|
}
|