forked from bnb-chain/example-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 838 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
{
"name": "example-hub",
"version": "1.0.0",
"description": "A hub of frontend, agent kits, and smart contract examples for BNB Chain developers. Build and innovate with ready-to-use resources.",
"private": true,
"keywords": [
"BNBChain",
"Example",
"BSC",
"BlockChain",
"Binance"
],
"scripts": {
"prepare": "husky",
"dry-release": "semantic-release -d -e ./packages/.releaserc.js --package=create-bnb-app",
"generate:new-example": "tsx ./packages/new-example/index.ts"
},
"author": "BNBChain",
"license": "GPL-3.0-only",
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@semantic-release/git": "^10.0.1",
"husky": "^9.1.7",
"semantic-release": "^24.2.3",
"@types/node": "^22.13.14",
"tsx": "^4.19.3"
}
}