-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 894 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 894 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
34
35
36
37
38
{
"name": "caps-rate",
"version": "3.0.0",
"description": "Get frequency of YELLING.",
"keywords": [
"caps"
],
"repository": "github:nwitch/caps-rate",
"license": "MIT",
"author": "Kenan Yildirim <kenan@kenany.me> (http://kenany.me/)",
"contributors": [
"Kenan Yildirim <kenan@kenany.me> (http://kenany.me/)",
"Xavi Ramirez <xavi.rmz@gmail.com> (http://xavi.co/)"
],
"main": "index.js",
"files": [
"CHANGELOG.md",
"index.js",
"LICENSE.txt"
],
"directories": {
"test": "test"
},
"engines": {
"node": "18 || >=20"
},
"scripts": {
"release": "semantic-release",
"test": "tape test/index.js"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"conventional-changelog-conventionalcommits": "9.3.1",
"semantic-release": "25.0.3",
"tape": "5.9.0"
}
}