-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 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
{
"name": "t1",
"version": "0.3.0",
"description": "A monorepo containing all major components of the t1 protocol",
"license": "MIT",
"author": {
"name": "t1 Labs",
"url": "https://t1protocol.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/t1protocol/t1.git",
"directory": "."
},
"homepage": "https://github.com/t1protocol/t1/blob/canary/README.md",
"scripts": {
"prepare": "husky",
"commit": "./node_modules/cz-customizable/standalone.js",
"bump": "node scripts/bump-version.js"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "7.3.0",
"husky": "9.1.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}