-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 960 Bytes
/
package.json
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": "retype-with-vercel",
"version": "0.0.12",
"description": "Demonstration of retype with vercel documentation",
"main": "README.md",
"files": [
"doc",
"README.md"
],
"homepage": "https://github.com/murshidazher/retype-with-vercel#readme",
"author": "Murshid Azher <[email protected]> (https://murshidazher.com/)",
"repository": {
"type": "git",
"url": "https://github.com/murshidazher/retype-with-vercel.git"
},
"scripts": {
"watch": "npx retype watch",
"clean:retype": "rm -rf .retype",
"build:retype": "npx retype build",
"release:tag": "auto release --base-branch=main",
"release:ship": "auto shipit --base-branch=main"
},
"devDependencies": {
"@auto-it/git-tag": "~10.32.5",
"auto": "~10.32.5",
"commitizen": "~4.2.4",
"cz-conventional-changelog": "~3.3.0",
"retypeapp": "1.11.2"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}