forked from AnnabelJoe/solarproof
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 867 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
{
"name": "solarproof",
"private": true,
"version": "1.0.0",
"description": "End-to-end cryptographic proof of renewable energy on Stellar",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"type-check": "turbo type-check",
"test": "turbo test",
"clean": "turbo clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\" --ignore-path .gitignore"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"turbo": "^2.3.3",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@10.6.5",
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"workspaces": ["apps/*", "packages/*"]
}