{ "name": "pawchat", "version": "1.0.0", "main": "index.js", "workspaces": [ "web", "shared", "app" ], "repository": "https://github.com/pawchat/pawchat.git", "author": "moonrailgun ", "license": "GPLv3", "private": true, "scripts": { "test": "jest" }, "devDependencies": { "@types/jest": "^26.0.23", "jest": "^27.0.6", "ts-jest": "^27.0.3" } }