generated from didinele/typescript-docker-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "http://json.schemastore.org/package",
"name": "chatsift",
"packageManager": "[email protected]",
"private": true,
"version": "0.0.0",
"type": "module",
"workspaces": [
"apps/*",
"packages/*",
"packages/*/*",
"services/*",
"services/*/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chatsift/chatsift.git"
},
"author": "didinele",
"bugs": {
"url": "https://github.com/chatsift/chatsift/issues"
},
"homepage": "https://github.com/chatsift/chatsift#readme",
"scripts": {
"lint": "turbo run lint && prettier --check .",
"build": "turbo run build",
"test": "turbo run test",
"format": "prettier --write .",
"postinstall": "is-ci || husky install || true",
"update": "yarn upgrade-interactive",
"prisma": "dotenv -e .env.private -- prisma"
},
"dependencies": {
"prisma": "^5.17.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@vitest/coverage-v8": "^2.0.4",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-neon": "^0.1.62",
"eslint-formatter-pretty": "^6.0.1",
"husky": "^9.1.3",
"is-ci": "^3.0.1",
"lodash.merge": "^4.6.2",
"prettier": "^3.3.3",
"prisma-kysely": "^1.8.0",
"rimraf": "^5.0.9",
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"vitest": "^2.0.4"
},
"resolutions": {
"discord-api-types": "0.37.84"
}
}