You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/package.json

23 lines
422 B
JSON

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