mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "tachi",
|
|
"version": "2.2.0-dev",
|
|
"private": true,
|
|
"description": "The root of the Tachi monorepo. Contains common utils like linters.",
|
|
"scripts": {
|
|
"start-client": "pnpm --filter ./client start",
|
|
"start-server": "pnpm --filter ./server start",
|
|
"start-score-import-worker": "pnpm --filter ./server runscoreworker"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TNG-dev/Tachi.git"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "SEE LICENSE IN EACH PACKAGE",
|
|
"bugs": {
|
|
"url": "https://github.com/TNG-dev/Tachi/issues"
|
|
},
|
|
"homepage": "https://github.com/TNG-dev/Tachi#readme",
|
|
"devDependencies": {
|
|
"@types/node": "16.11.7",
|
|
"@types/tap": "15.0.3",
|
|
"eslint": "8.18.0",
|
|
"eslint-plugin-cadence": "0.0.4",
|
|
"tap": "15.0.9",
|
|
"ts-node": "10.0.0",
|
|
"typescript": "4.6.3",
|
|
"@typescript-eslint/eslint-plugin": "5.22.0",
|
|
"@typescript-eslint/parser": "5.22.0",
|
|
"tsconfig-paths": "3.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/mongodb": "3.6.18",
|
|
"@types/bson": "1.0.11",
|
|
"@types/node": "16.11.7"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/mongodb": "3.6.18",
|
|
"@types/bson": "1.0.11",
|
|
"@types/node": "16.11.7",
|
|
"@types/express-serve-static-core": "4.17.29"
|
|
}
|
|
}
|
|
} |