-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 935 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 935 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "agri-arena",
"description": "the nature's wisdom for modern agriculture",
"version": "0.1.1",
"author": {
"name": "Jagadish Sau",
"email": "jay-neo@outlook.com",
"url": "https://jay-neo.github.io"
},
"private": true,
"license": "MIT",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@1.22.19",
"workspaces": [
"apps/web",
"packages/*"
],
"keywords": [
"AgriArena"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jay-neo/agri-arena.git"
},
"bugs": {
"url": "https://github.com/jay-neo/agri-arena/issues"
},
"homepage": "https://github.com/jay-neo/agri-arena#readme"
}