mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-25 08:27:59 +03:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "tachi",
|
|
"version": "2.5.2",
|
|
"private": true,
|
|
"description": "The root of the Tachi monorepo. Contains common utils like linters.",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"sync-database": "pnpm --filter ./server sync-database",
|
|
"start-score-import-worker": "pnpm --filter ./server runscoreworker"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zkldi/Tachi.git"
|
|
},
|
|
"author": "zk",
|
|
"license": "SEE LICENSE IN EACH PACKAGE",
|
|
"bugs": {
|
|
"url": "https://github.com/zkldi/Tachi/issues"
|
|
},
|
|
"homepage": "https://github.com/zkldi/Tachi#readme",
|
|
"devDependencies": {
|
|
"@types/node": "18.11.18",
|
|
"@types/tap": "15.0.3",
|
|
"@typescript-eslint/eslint-plugin": "5.47.1",
|
|
"@typescript-eslint/parser": "5.47.1",
|
|
"eslint": "8.18.0",
|
|
"eslint-plugin-cadence": "0.1.0",
|
|
"tap": "workspace:./vendor/tap",
|
|
"ts-node": "10.9.1",
|
|
"tsc-alias": "1.7.1",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/bson": "1.0.11",
|
|
"@types/mongodb": "3.6.20",
|
|
"@types/node": "16.11.7",
|
|
"mongodb": "3.6.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/mongodb": "3.6.20",
|
|
"@types/bson": "1.0.11",
|
|
"@types/node": "18.11.18",
|
|
"@types/express-serve-static-core": "4.17.29",
|
|
"@types/express": "4.17.13",
|
|
"ts-node": "10.9.1",
|
|
"mongodb": "3.6.3"
|
|
},
|
|
"patchedDependencies": {
|
|
"@types/mongodb@3.6.20": "patches/@types__mongodb@3.6.20.patch",
|
|
"browserslist@4.21.4": "patches/browserslist@4.21.4.patch",
|
|
"monk@7.3.4": "patches/monk@7.3.4.patch",
|
|
"winston-loki@6.1.0": "patches/winston-loki@6.1.0.patch"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "20",
|
|
"pnpm": "8"
|
|
}
|
|
} |