-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.45 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@epranka/create-tsx-package",
"description": "Starter kit for React Typescript module",
"version": "3.7.2",
"dependencies": {
"cac": "^6.5.3",
"chalk": "^3.0.0",
"envinfo": "^7.4.0",
"git-url-parse": "^11.1.2",
"js-beautify": "^1.10.2",
"sao": "^1.7.0",
"superb": "^4.0.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/commit-analyzer": "^6.3.3",
"@semantic-release/git": "^7.0.18",
"@semantic-release/npm": "^5.3.4",
"@semantic-release/release-notes-generator": "^7.3.4",
"cz-conventional-changelog": "^3.0.2",
"semantic-release": "^15.13.31"
},
"bin": "./cli.js",
"scripts": {
"test": "exit 0",
"build": "exit 0",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"cz": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epranka/create-tsx-package.git"
},
"keywords": [
"react",
"typescript",
"npm",
"package",
"kodmina",
"edvinas",
"pranka",
"epranka",
"starter",
"kit",
"runner"
],
"author": "Edvinas Pranka, Kodmina, https://www.kodmina.lt",
"contributors": [
{
"name": "Edvinas Pranka",
"email": "epranka@gmail.com"
}
],
"license": "ISC",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}