forked from mondaycom/monday-graphql-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 670 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 670 Bytes
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
{
"name": "@mondaydotcomorg/api-monorepo",
"version": "1.0.0",
"description": "monday.com API monorepo",
"private": true,
"packageManager": "yarn@1.22.21",
"scripts": {
"build": "turbo build",
"test": "turbo test",
"dev": "turbo dev",
"prettier": "turbo prettier",
"lint": "turbo lint"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "^2.1.0",
"typescript": "^5.3.3"
},
"workspaces": [
"packages/*"
],
"author": "monday.com Apps Team",
"license": "MIT"
}