chamesu
Version:
This package contains all packages of the chat application.
26 lines (25 loc) • 622 B
JSON
{
"name": "@chamesu/common",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"files": [
"dist/"
],
"author": {
"name": "Peter Placzek",
"email": "tadashi@animesu.net",
"url": "https:/github.com/tada5hi"
},
"scripts": {
"build": "rm -rf ./dist && tsc -p tsconfig.build.json",
"build:watch": "npm run build -- --watch"
},
"license": "MIT",
"devDependencies": {
"@trapi/client": "^2.0.5",
"@trapi/query": "^2.0.5",
"@typescript-auth/domains": "^0.0.29",
"nanoid": "^3.3.1"
}
}