-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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
{
"name": "stellar-forge",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "StellarForge - Stellar Token Deployer",
"scripts": {
"prepare": "husky",
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/release-notes-generator": "^14.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"prettier": "^3.3.3",
"semantic-release": "^25.0.3"
},
"dependencies": {
"@sentry/react": "^10.46.0"
}
}