forked from cuillerejs/cuillere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.23 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
{
"private": true,
"scripts": {
"build": "yarn workspaces foreach --no-private --all --topological-dev --verbose --parallel run build",
"ci": "yarn workspaces foreach --no-private --all --topological-dev --verbose --parallel run ci",
"publish": "yarn workspaces foreach --no-private --all --topological-dev --verbose --parallel publish --no-git-tag-version --non-interactive",
"test": "yarn workspaces foreach --all --verbose --parallel run test"
},
"workspaces": [
"packages/*",
"examples/*"
],
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^27.4.1",
"@types/pg": "^8.6.5",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"esm": "^3.2.25",
"jest": "^27.5.1",
"nodemon": "^2.0.20",
"ts-jest": "^27.1.4",
"typedoc": "^0.23.17",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.2",
"typescript": "^4.6.3"
},
"dependencies": {
"graphql": "^16.3.0",
"mariadb": "^3.0.1",
"npm-run-all": "^4.1.5",
"pg": "^8.7.3"
},
"packageManager": "yarn@3.1.1"
}